aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 150eecf..1181110 100644
--- a/go.mod
+++ b/go.mod
@@ -8,6 +8,19 @@ require (
)
require (
+ github.com/KyleBanks/depth v1.2.1 // indirect
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
+ github.com/go-openapi/spec v0.20.6 // indirect
+ github.com/go-openapi/swag v0.19.15 // indirect
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
+ github.com/josharian/intern v1.0.0 // indirect
+ github.com/mailru/easyjson v0.7.6 // indirect
+ github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe // indirect
+ github.com/swaggo/http-swagger v1.3.3 // indirect
+ github.com/swaggo/swag v1.8.1 // indirect
+ golang.org/x/net v0.3.0 // indirect
golang.org/x/sys v0.3.0 // indirect
+ golang.org/x/tools v0.1.10 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
)