Skip to content

Commit

Permalink
deps: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
João Neto authored and netoax committed Feb 18, 2021
1 parent 0197f7e commit 33e46be
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 310 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@ module github.com/CESARBR/knot-babeltower
go 1.12

require (
github.com/ahmetb/govvv v0.3.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/cenkalti/backoff/v4 v4.0.0
github.com/cespare/reflex v0.3.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-openapi/spec v0.19.7 // indirect
github.com/go-openapi/swag v0.19.8 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/golangci/golangci-lint v1.31.0 // indirect
github.com/google/go-querystring v1.0.0
github.com/gorilla/mux v1.7.4
github.com/kisielk/errcheck v1.4.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/matm/gocov-html v0.0.0-20200509184451-71874e2e203b // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/testify v1.6.1
github.com/swaggo/http-swagger v0.0.0-20200308142732-58ac5e232fba
github.com/swaggo/swag v1.6.7
github.com/urfave/cli v1.22.2 // indirect
golang.org/x/tools v0.0.0-20200928172933-50ab9675f5b0 // indirect
golang.org/x/tools v0.1.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
Loading

0 comments on commit 33e46be

Please sign in to comment.