@@ -3,10 +3,12 @@ module github.com/ava-labs/hypersdk
3
3
go 1.20
4
4
5
5
require (
6
+ github.com/NYTimes/gziphandler v1.1.1
6
7
github.com/ava-labs/avalanche-network-runner v1.7.2-0.20230825184751-fbe081616f02
7
- github.com/ava-labs/avalanchego v1.10.10-rc.0.0.20230831160820-2eabd228952b
8
+ github.com/ava-labs/avalanchego v1.10.10
8
9
github.com/cockroachdb/pebble v0.0.0-20230224221607-fccb83b60d5c
9
10
github.com/golang/mock v1.6.0
11
+ github.com/gorilla/mux v1.8.0
10
12
github.com/gorilla/rpc v1.2.0
11
13
github.com/gorilla/websocket v1.5.0
12
14
github.com/manifoldco/promptui v0.9.0
@@ -15,6 +17,7 @@ require (
15
17
github.com/onsi/ginkgo/v2 v2.8.1
16
18
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
17
19
github.com/prometheus/client_golang v1.16.0
20
+ github.com/rs/cors v1.7.0
18
21
github.com/stretchr/testify v1.8.3
19
22
github.com/tetratelabs/wazero v1.3.0
20
23
go.opentelemetry.io/otel v1.11.2
@@ -30,9 +33,8 @@ require (
30
33
require (
31
34
github.com/DataDog/zstd v1.5.2 // indirect
32
35
github.com/Microsoft/go-winio v0.5.2 // indirect
33
- github.com/NYTimes/gziphandler v1.1.1 // indirect
34
36
github.com/VictoriaMetrics/fastcache v1.10.0 // indirect
35
- github.com/ava-labs/coreth v0.12.5-rc.3 // indirect
37
+ github.com/ava-labs/coreth v0.12.5-rc.6 // indirect
36
38
github.com/beorn7/perks v1.0.1 // indirect
37
39
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
38
40
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
@@ -65,7 +67,6 @@ require (
65
67
github.com/google/btree v1.1.2 // indirect
66
68
github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect
67
69
github.com/google/uuid v1.3.0 // indirect
68
- github.com/gorilla/mux v1.8.0 // indirect
69
70
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
70
71
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
71
72
github.com/hashicorp/go-bexpr v0.1.10 // indirect
@@ -101,7 +102,6 @@ require (
101
102
github.com/prometheus/common v0.42.0 // indirect
102
103
github.com/prometheus/procfs v0.10.1 // indirect
103
104
github.com/rogpeppe/go-internal v1.9.0 // indirect
104
- github.com/rs/cors v1.7.0 // indirect
105
105
github.com/russross/blackfriday/v2 v2.1.0 // indirect
106
106
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
107
107
github.com/spaolacci/murmur3 v1.1.0 // indirect
0 commit comments