Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/swaggo/http-swagger from 1.0.0 to 1.2.6 in /SwampupDemo/Artifactory/BuildDeployInfo/example-go #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
11 changes: 2 additions & 9 deletions SwampupDemo/Artifactory/BuildDeployInfo/example-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/go-oauth2/oauth2/v4 v4.3.0
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
Expand All @@ -19,16 +17,11 @@ require (
github.com/philhofer/fwd v1.1.1 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/swaggo/http-swagger v1.0.0
github.com/swaggo/swag v1.7.0
github.com/swaggo/http-swagger v1.2.6
github.com/swaggo/swag v1.7.9
github.com/tidwall/buntdb v1.2.3 // indirect
github.com/valyala/fasthttp v1.23.0 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750 // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
golang.org/x/tools v0.1.0 // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.31.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Expand Down
Loading