Adding version number to imports in several files.

This commit is contained in:
Renan DelValle 2019-01-31 18:15:11 -08:00
parent f7c1b26cfd
commit 5056eff933
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
8 changed files with 10 additions and 8 deletions

2
go.mod
View file

@ -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