@@ -8,48 +8,46 @@ require (
8
8
github.com/gorilla/websocket v1.4.1
9
9
github.com/jmoiron/sqlx v1.2.0
10
10
github.com/lib/pq v1.2.0
11
- github.com/mitchellh/mapstructure v1.1.2
11
+ github.com/mitchellh/mapstructure v1.4.1
12
12
github.com/ory/dockertest v3.3.5+incompatible
13
- github.com/stretchr/testify v1.4 .0
13
+ github.com/stretchr/testify v1.8 .0
14
14
github.com/tyler-smith/go-bip39 v1.1.0
15
15
github.com/umbracle/fastrlp v0.0.0-20220527094140-59d5dd30e722
16
16
github.com/valyala/fasthttp v1.4.0
17
17
github.com/valyala/fastjson v1.4.1
18
18
go.etcd.io/bbolt v1.3.6
19
19
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
20
- golang.org/x/text v0.3.2
20
+ golang.org/x/text v0.8.0
21
21
pgregory.net/rapid v0.5.5
22
22
)
23
23
24
24
require (
25
25
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
26
- github.com/Microsoft/go-winio v0.4.13 // indirect
26
+ github.com/Microsoft/go-winio v0.6.0 // indirect
27
27
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
28
28
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
29
29
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
30
- github.com/containerd/continuity v0.0.0-20191214063359-1097c8bae83b // indirect
30
+ github.com/containerd/continuity v0.3.0 // indirect
31
31
github.com/davecgh/go-spew v1.1.1 // indirect
32
32
github.com/docker/go-connections v0.4.0 // indirect
33
33
github.com/docker/go-units v0.4.0 // indirect
34
- github.com/go-sql-driver/mysql v1.4.1 // indirect
35
- github.com/google/go-cmp v0.3.1 // indirect
34
+ github.com/go-sql-driver/mysql v1.6.0 // indirect
36
35
github.com/google/gofuzz v1.2.0 // indirect
37
36
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
38
37
github.com/klauspost/compress v1.4.1 // indirect
39
38
github.com/klauspost/cpuid v1.2.0 // indirect
40
- github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
41
- github.com/kr/pretty v0.1.0 // indirect
42
- github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
43
- github.com/opencontainers/image-spec v1.0.1 // indirect
44
- github.com/opencontainers/runc v0.1.1 // indirect
45
- github.com/pkg/errors v0.8.1 // indirect
39
+ github.com/opencontainers/go-digest v1.0.0 // indirect
40
+ github.com/opencontainers/image-spec v1.0.2 // indirect
41
+ github.com/opencontainers/runc v1.1.5 // indirect
42
+ github.com/pkg/errors v0.9.1 // indirect
46
43
github.com/pmezard/go-difflib v1.0.0 // indirect
47
- github.com/sirupsen/logrus v1.4.2 // indirect
44
+ github.com/sirupsen/logrus v1.8.1 // indirect
48
45
github.com/valyala/bytebufferpool v1.0.0 // indirect
49
- golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
50
- golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
51
- google.golang.org/appengine v1.6.5 // indirect
46
+ golang.org/x/mod v0.9.0 // indirect
47
+ golang.org/x/net v0.8.0 // indirect
48
+ golang.org/x/sys v0.7.0 // indirect
49
+ golang.org/x/tools v0.7.0 // indirect
52
50
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
53
- gopkg.in/yaml.v2 v2.2.2 // indirect
51
+ gopkg.in/yaml.v3 v3.0.1 // indirect
54
52
gotest.tools v2.2.0+incompatible // indirect
55
53
)
0 commit comments