@@ -3,9 +3,9 @@ module github.com/ava-labs/spacesvm
3
3
go 1.17
4
4
5
5
require (
6
- github.com/ava-labs/avalanche-network-runner-sdk v0.0 .0
7
- github.com/ava-labs/avalanchego v1.7.13
8
- github.com/ethereum/go-ethereum v1.10.17
6
+ github.com/ava-labs/avalanche-network-runner-sdk v0.1 .0
7
+ github.com/ava-labs/avalanchego v1.7.17
8
+ github.com/ethereum/go-ethereum v1.10.20
9
9
github.com/fatih/color v1.13.0
10
10
github.com/golang/mock v1.6.0
11
11
github.com/gorilla/rpc v1.2.0
@@ -17,19 +17,18 @@ require (
17
17
)
18
18
19
19
require (
20
- github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
21
20
github.com/beorn7/perks v1.0.1 // indirect
22
- github.com/btcsuite/btcd/btcec/v2 v2.1.2 // indirect
21
+ github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
23
22
github.com/cespare/xxhash/v2 v2.1.2 // indirect
24
23
github.com/davecgh/go-spew v1.1.1 // indirect
25
24
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
26
- github.com/go-ole/go-ole v1.2.1 // indirect
25
+ github.com/go-ole/go-ole v1.2.6 // indirect
27
26
github.com/go-stack/stack v1.8.0 // indirect
28
27
github.com/golang/protobuf v1.5.2 // indirect
29
28
github.com/golang/snappy v0.0.4 // indirect
30
29
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
31
- github.com/hashicorp/go-hclog v1.0.0 // indirect
32
- github.com/hashicorp/go-plugin v1.4.3 // indirect
30
+ github.com/hashicorp/go-hclog v1.2.2 // indirect
31
+ github.com/hashicorp/go-plugin v1.4.4 // indirect
33
32
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect
34
33
github.com/inconshreveable/mousetrap v1.0.0 // indirect
35
34
github.com/linxGnu/grocksdb v1.6.34 // indirect
@@ -45,26 +44,26 @@ require (
45
44
github.com/prometheus/client_model v0.2.0 // indirect
46
45
github.com/prometheus/common v0.32.1 // indirect
47
46
github.com/prometheus/procfs v0.7.3 // indirect
48
- github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5 +incompatible // indirect
47
+ github.com/shirou/gopsutil v3.21.11 +incompatible // indirect
49
48
github.com/spf13/pflag v1.0.5 // indirect
50
- github.com/stretchr/testify v1.7.0 // indirect
51
- github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
49
+ github.com/stretchr/testify v1.7.2 // indirect
50
+ github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
52
51
github.com/tklauser/go-sysconf v0.3.5 // indirect
53
52
github.com/tklauser/numcpus v0.2.2 // indirect
54
- go.uber.org/atomic v1.7.0 // indirect
55
- go.uber.org/multierr v1.6.0 // indirect
53
+ github.com/yusufpapurcu/wmi v1.2.2 // indirect
54
+ go.uber.org/atomic v1.9.0 // indirect
55
+ go.uber.org/multierr v1.8.0 // indirect
56
56
go.uber.org/zap v1.21.0 // indirect
57
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
58
- golang.org/x/exp v0.0.0-20220426173459-3bcf042a4bf5 // indirect
59
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
60
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
57
+ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
58
+ golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
59
+ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
61
60
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
62
61
golang.org/x/text v0.3.7 // indirect
63
- gonum.org/v1/gonum v0.9.1 // indirect
64
- google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect
65
- google.golang.org/grpc v1.47 .0 // indirect
62
+ gonum.org/v1/gonum v0.11.0 // indirect
63
+ google.golang.org/genproto v0.0.0-20220712132514-bdd2acd4974d // indirect
64
+ google.golang.org/grpc v1.48 .0 // indirect
66
65
google.golang.org/protobuf v1.28.0 // indirect
67
66
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
68
67
gopkg.in/yaml.v2 v2.4.0 // indirect
69
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
68
+ gopkg.in/yaml.v3 v3.0.1 // indirect
70
69
)
0 commit comments