Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.25.7

require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/NethServer/nethsecurity-api v0.0.0-20251002102226-f648b9d1b42b
github.com/NethServer/nethsecurity-api v0.0.0-20251209115120-300d8f56a1fb
github.com/Showmax/go-fqdn v1.0.0
github.com/appleboy/gin-jwt/v2 v2.10.3
github.com/appleboy/gin-jwt/v3 v3.2.0
Expand Down
2 changes: 2 additions & 0 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/Jeffail/gabs/v2 v2.7.0 h1:Y2edYaTcE8ZpRsR2AtmPu5xQdFDIthFG0jYhu5PY8kg
github.com/Jeffail/gabs/v2 v2.7.0/go.mod h1:dp5ocw1FvBBQYssgHsG7I1WYsiLRtkUaB1FEtSwvNUw=
github.com/NethServer/nethsecurity-api v0.0.0-20251002102226-f648b9d1b42b h1:rtGaH8MXhEmyRpyx4kYFsJVYHL/dkA8/NoPYWLQRHDg=
github.com/NethServer/nethsecurity-api v0.0.0-20251002102226-f648b9d1b42b/go.mod h1:sDpqpJmef5iZ8Yh/Q7STcQdI7rfjUnO8fKvD/mG1soY=
github.com/NethServer/nethsecurity-api v0.0.0-20251209115120-300d8f56a1fb h1:N/1D5tdxbpKhNiwRiG6sLLwHZ9smX66d4dT4TgDMp20=
github.com/NethServer/nethsecurity-api v0.0.0-20251209115120-300d8f56a1fb/go.mod h1:sDpqpJmef5iZ8Yh/Q7STcQdI7rfjUnO8fKvD/mG1soY=
github.com/Showmax/go-fqdn v1.0.0 h1:0rG5IbmVliNT5O19Mfuvna9LL7zlHyRfsSvBPZmF9tM=
github.com/Showmax/go-fqdn v1.0.0/go.mod h1:SfrFBzmDCtCGrnHhoDjuvFnKsWjEQX/Q9ARZvOrJAko=
github.com/appleboy/gin-jwt/v2 v2.9.1 h1:l29et8iLW6omcHltsOP6LLk4s3v4g2FbFs0koxGWVZs=
Expand Down
Loading