-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthieu Vachon
committed
May 17, 2019
1 parent
27162d9
commit fad9eee
Showing
2 changed files
with
29 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,34 @@ | ||
module github.com/eoscanada/eosc | ||
|
||
require ( | ||
cloud.google.com/go v0.0.0-20180703203520-c23afc06f115 | ||
cloud.google.com/go v0.0.0-20180703203520-c23afc06f115 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/Jeffail/gabs v1.2.0 // indirect | ||
github.com/bronze1man/go-yaml2json v0.0.0-20150129175009-f6f64b738964 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/eoscanada/eos-go v0.8.11 | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/golang/protobuf v0.0.0-20180710193413-0cb4f7325693 | ||
github.com/hashicorp/hcl v1.0.0 | ||
github.com/inconshreveable/mousetrap v1.0.0 | ||
github.com/magiconair/properties v1.8.0 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/eoscanada/eos-go v0.8.13-0.20190502182317-d0d9ccf37033 | ||
github.com/golang/protobuf v0.0.0-20180710193413-0cb4f7325693 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect | ||
github.com/pborman/uuid v0.0.0-20180122190007-c65b2f87fee3 | ||
github.com/pelletier/go-toml v1.2.0 | ||
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c | ||
github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7 // indirect | ||
github.com/ryanuber/columnize v0.0.0-20170703205827-abc90934186a | ||
github.com/spf13/afero v1.1.2 | ||
github.com/spf13/cast v1.3.0 | ||
github.com/spf13/cobra v0.0.4-0.20190109003409-7547e83b2d85 | ||
github.com/spf13/jwalterweatherman v1.0.0 | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/spf13/viper v1.3.1 | ||
github.com/tidwall/gjson v1.1.3 | ||
github.com/tidwall/match v1.0.0 | ||
github.com/tidwall/match v1.0.0 // indirect | ||
github.com/tidwall/sjson v1.0.0 | ||
go.uber.org/atomic v1.3.2 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.9.1 // indirect | ||
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 | ||
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e | ||
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e // indirect | ||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 | ||
golang.org/x/sys v0.0.0-20190108104531-7fbe1cd0fcc2 | ||
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect | ||
golang.org/x/sys v0.0.0-20190108104531-7fbe1cd0fcc2 // indirect | ||
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db // indirect | ||
google.golang.org/api v0.0.0-20180702000508-e0f3bfad2532 | ||
google.golang.org/appengine v0.0.0-20150527042145-b667a5000b08 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
google.golang.org/appengine v0.0.0-20150527042145-b667a5000b08 // indirect | ||
) | ||
|
||
replace github.com/eoscanada/eos-go => /Users/maoueh/work/eoscanada/local-eos-go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters