Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Oct 27, 2021
1 parent 5721b63 commit 07088c2
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 32 deletions.
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ module github.com/cyverse-de/road-runner
go 1.13

require (
github.com/cyverse-de/configurate v0.0.0-20190318152107-8f767cb828d9
github.com/cyverse-de/configurate v0.0.0-20210914212501-fc18b48e00a9
github.com/cyverse-de/messaging v8.2.0+incompatible
github.com/cyverse-de/model v0.0.0-20210619020207-17421683a8dd
github.com/cyverse-de/version v0.0.0-20170404194946-4ba7220a66d3
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.2.0
github.com/spf13/viper v1.8.0
github.com/cyverse-de/model v0.0.0-20211027151045-62de96618208
github.com/cyverse-de/version v0.0.0-20200527190517-b40800dcc78b
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.9.0
github.com/streadway/amqp v1.0.0
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 07088c2

Please sign in to comment.