mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.7.0...v1.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
47 lines
1.9 KiB
Modula-2
47 lines
1.9 KiB
Modula-2
module github.com/thrasher-corp/gocryptotrader
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/d5/tengo/v2 v2.6.0
|
|
github.com/friendsofgo/errors v0.9.2 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-querystring v1.0.0
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.6
|
|
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
|
|
github.com/lib/pq v1.8.0
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
github.com/mitchellh/mapstructure v1.3.2 // indirect
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pquerna/otp v1.2.0
|
|
github.com/spf13/afero v1.3.1 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/thrasher-corp/gct-ta v0.0.0-20200623072738-f2b55b7f9f41
|
|
github.com/thrasher-corp/goose v2.7.0-rc4.0.20191002032028-0f2c2a27abdb+incompatible
|
|
github.com/thrasher-corp/sqlboiler v1.0.1-0.20191001234224-71e17f37a85e
|
|
github.com/toorop/go-pusher v0.0.0-20180521062818-4521e2eb39fb
|
|
github.com/urfave/cli v1.22.4
|
|
github.com/volatiletech/inflect v0.0.1 // indirect
|
|
github.com/volatiletech/null v8.0.0+incompatible
|
|
github.com/volatiletech/sqlboiler v3.7.1+incompatible // indirect
|
|
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
|
|
google.golang.org/grpc v1.31.0
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
|
)
|