Skip to content

Commit

Permalink
Update dep latest github.com/swagger/gin-swagger (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Oct 30, 2020
1 parent e17fed4 commit 7fdbe7a
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 12 deletions.
15 changes: 13 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,24 @@ require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/ghodss/yaml v1.0.0
github.com/gin-gonic/gin v1.6.3
github.com/go-openapi/spec v0.19.9
github.com/go-openapi/spec v0.19.11
github.com/go-openapi/swag v0.19.11 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/protobuf v1.4.3 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/stretchr/testify v1.6.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/ugorji/go v1.1.13 // indirect
github.com/urfave/cli/v2 v2.2.0
golang.org/x/tools v0.0.0-20200820010801-b793a1359eac
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201027133719-8eef5233e2a1 // indirect
golang.org/x/sys v0.0.0-20201028094953-708e7fb298ac // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201028111035-eafbe7b904eb
google.golang.org/protobuf v1.25.0 // indirect
)

go 1.13

0 comments on commit 7fdbe7a

Please sign in to comment.