Adding mod support to Australis.
This commit is contained in:
parent
6ab5c9334d
commit
cb8b2122b0
2 changed files with 80 additions and 0 deletions
13
go.mod
Normal file
13
go.mod
Normal file
|
@ -0,0 +1,13 @@
|
|||
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/pkg/errors v0.0.0-20171216070316-e881fd58d78e
|
||||
github.com/sirupsen/logrus v1.2.0
|
||||
github.com/spf13/cobra v0.0.0-20180115160933-0c34d16c3123
|
||||
github.com/spf13/pflag v1.0.3
|
||||
github.com/spf13/viper v1.3.1
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue