-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
executable file
·47 lines (45 loc) · 2.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/gallynaut/gocrypto-api
go 1.16
require (
code.cryptowat.ch/cw-sdk-go v1.0.2
contrib.go.opencensus.io/exporter/stackdriver v0.13.5 // indirect
github.com/dfuse-io/binary v0.0.0-20210216024852-4ae6830a495d // indirect
github.com/dfuse-io/logging v0.0.0-20210109005628-b97a57253f70 // indirect
github.com/dfuse-io/solana-go v0.2.0
github.com/dustin/go-humanize v1.0.0
github.com/go-numb/go-ftx v0.0.0-20210404151642-7a310724075d
github.com/go-pg/pg/v10 v10.8.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/groovili/gogtrends v1.6.0
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68
github.com/klauspost/compress v1.11.13 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/milkywaybrain/gonomics v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mr-tron/base58 v1.2.0
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/superoo7/go-gecko v1.0.0
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125 // indirect
github.com/tidwall/gjson v1.7.4 // indirect
github.com/valyala/fasthttp v1.23.0 // indirect
go.opencensus.io v0.23.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/net v0.0.0-20210329181859-df645c7b52b1 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
golang.org/x/tools v0.1.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)