Adding version number to imports in several files.
This commit is contained in:
parent
f7c1b26cfd
commit
5056eff933
8 changed files with 10 additions and 8 deletions
2
go.mod
2
go.mod
|
@ -1,10 +1,10 @@
|
|||
module github.com/rdelval/australis
|
||||
|
||||
require (
|
||||
git.apache.org/thrift.git v0.12.0 // indirect
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/paypal/gorealis v0.0.0-20181219011448-e4e8a1c0b333
|
||||
github.com/paypal/gorealis/v2 v2.0.1
|
||||
github.com/pkg/errors v0.0.0-20171216070316-e881fd58d78e
|
||||
github.com/sirupsen/logrus v1.2.0
|
||||
github.com/spf13/cobra v0.0.0-20180115160933-0c34d16c3123
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue