@@ -3,28 +3,16 @@ module github.com/bonedaddy/go-defi
3
3
go 1.15
4
4
5
5
require (
6
- github.com/consensys/gurvy v0.3.8 // indirect
7
- github.com/edsrzf/mmap-go v1.0.0 // indirect
8
- github.com/ethereum/go-ethereum v1.10.0
9
- github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
10
- github.com/golang/protobuf v1.4.3 // indirect
11
- github.com/google/uuid v1.1.5 // indirect
12
- github.com/graph-gophers/graphql-go v0.0.0-20201113091052-beb923fada29 // indirect
13
- github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
14
- github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
15
- github.com/huin/goupnp v1.0.1-0.20200620063722-49508fba0031 // indirect
16
- github.com/influxdata/influxdb v1.8.3 // indirect
17
- github.com/ipfs/go-ipfs-config v0.12.0
18
- github.com/rs/cors v1.7.0 // indirect
6
+ github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
7
+ github.com/ethereum/go-ethereum v1.10.16
19
8
github.com/shopspring/decimal v1.2.0
20
9
github.com/stretchr/testify v1.7.0
21
10
github.com/urfave/cli/v2 v2.3.0
22
11
github.com/vrischmann/envconfig v1.3.1-0.20201228145200-1b7b4cd0c1d5
23
12
go.bobheadxi.dev/zapx/zapx v0.6.8
24
13
go.uber.org/zap v1.16.0
25
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
26
- golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
27
- gopkg.in/yaml.v2 v2.3.0
14
+ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
15
+ gopkg.in/yaml.v2 v2.4.0
28
16
gorm.io/driver/postgres v1.0.8
29
17
gorm.io/driver/sqlite v1.1.4
30
18
gorm.io/gorm v1.21.4
0 commit comments