Update go.{mod,sum}
... | @@ -6,7 +6,9 @@ require ( | ... | @@ -6,7 +6,9 @@ require ( |
github.com/codegangsta/cli v1.20.0 | github.com/codegangsta/cli v1.20.0 | ||
github.com/coreos/go-oidc v2.0.0+incompatible | github.com/coreos/go-oidc v2.0.0+incompatible | ||
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 | github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | |||
github.com/gin-gonic/gin v1.7.7 | github.com/gin-gonic/gin v1.7.7 | ||
github.com/go-openapi/spec v0.20.6 // indirect | |||
github.com/go-openapi/swag v0.21.1 // indirect | github.com/go-openapi/swag v0.21.1 // indirect | ||
github.com/jinzhu/gorm v1.9.8 | github.com/jinzhu/gorm v1.9.8 | ||
github.com/mailru/easyjson v0.7.7 // indirect | github.com/mailru/easyjson v0.7.7 // indirect | ||
... | @@ -17,11 +19,11 @@ require ( | ... | @@ -17,11 +19,11 @@ require ( |
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect | github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect | ||
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect | github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect | ||
github.com/swaggo/gin-swagger v1.4.1 | github.com/swaggo/gin-swagger v1.4.1 | ||
github.com/swaggo/swag v1.8.0 | github.com/swaggo/swag v1.8.1 | ||
github.com/urfave/cli/v2 v2.4.0 // indirect | github.com/urfave/cli/v2 v2.5.1 // indirect | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect | golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 | golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 | ||
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect | golang.org/x/sys v0.0.0-20220429121018-84afa8d3f7b3 // indirect | ||
golang.org/x/tools v0.1.10 // indirect | golang.org/x/tools v0.1.10 // indirect | ||
gopkg.in/gormigrate.v1 v1.5.0 | gopkg.in/gormigrate.v1 v1.5.0 | ||
gopkg.in/square/go-jose.v2 v2.3.0 // indirect | gopkg.in/square/go-jose.v2 v2.3.0 // indirect | ||
... | ... |
Please register or sign in to comment