From 1e1cd261dd9c944f595c9023c8aa3e76aae751af Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 5 Jan 2023 21:10:26 -0500 Subject: Start on swagger docs --- go.mod | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'go.mod') 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 ) -- cgit v1.2.3