@@ -3,30 +3,31 @@ module github.com/ava-labs/timestampvm
3
3
go 1.19
4
4
5
5
require (
6
- github.com/ava-labs/avalanche-network-runner v1.3.9
7
- github.com/ava-labs/avalanchego v1.9.16
6
+ github.com/ava-labs/avalanche-network-runner v1.6.0
7
+ github.com/ava-labs/avalanchego v1.10.2
8
8
github.com/gorilla/rpc v1.2.0
9
9
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
10
- github.com/onsi/ginkgo/v2 v2.7.0
11
- github.com/onsi/gomega v1.25 .0
10
+ github.com/onsi/ginkgo/v2 v2.8.1
11
+ github.com/onsi/gomega v1.26 .0
12
12
github.com/spf13/pflag v1.0.5
13
13
github.com/spf13/viper v1.12.0
14
- github.com/stretchr/testify v1.8.1
14
+ github.com/stretchr/testify v1.8.3
15
15
go.uber.org/zap v1.24.0
16
- golang.org/x/sync v0.1 .0
16
+ golang.org/x/sync v0.2 .0
17
17
sigs.k8s.io/yaml v1.3.0
18
18
)
19
19
20
20
require (
21
+ github.com/DataDog/zstd v1.5.2 // indirect
21
22
github.com/Microsoft/go-winio v0.5.2 // indirect
22
23
github.com/NYTimes/gziphandler v1.1.1 // indirect
23
24
github.com/VictoriaMetrics/fastcache v1.10.0 // indirect
24
- github.com/ava-labs/coreth v0.11.9 -rc.0 // indirect
25
+ github.com/ava-labs/coreth v0.12.2 -rc.0 // indirect
25
26
github.com/beorn7/perks v1.0.1 // indirect
26
27
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
27
28
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
28
29
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
29
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
30
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
30
31
github.com/davecgh/go-spew v1.1.1 // indirect
31
32
github.com/deckarep/golang-set v1.8.0 // indirect
32
33
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
@@ -43,15 +44,15 @@ require (
43
44
github.com/go-stack/stack v1.8.0 // indirect
44
45
github.com/golang-jwt/jwt/v4 v4.3.0 // indirect
45
46
github.com/golang/mock v1.6.0 // indirect
46
- github.com/golang/protobuf v1.5.2 // indirect
47
+ github.com/golang/protobuf v1.5.3 // indirect
47
48
github.com/golang/snappy v0.0.4 // indirect
48
49
github.com/google/btree v1.1.2 // indirect
49
50
github.com/google/go-cmp v0.5.9 // indirect
50
51
github.com/google/uuid v1.3.0 // indirect
51
52
github.com/gorilla/mux v1.8.0 // indirect
52
53
github.com/gorilla/websocket v1.4.2 // indirect
53
54
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
54
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0 // indirect
55
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
55
56
github.com/hashicorp/go-bexpr v0.1.10 // indirect
56
57
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
57
58
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -65,21 +66,21 @@ require (
65
66
github.com/mattn/go-colorable v0.1.12 // indirect
66
67
github.com/mattn/go-isatty v0.0.14 // indirect
67
68
github.com/mattn/go-runewidth v0.0.9 // indirect
68
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
69
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
69
70
github.com/mitchellh/mapstructure v1.5.0 // indirect
70
71
github.com/mitchellh/pointerstructure v1.2.0 // indirect
71
72
github.com/mr-tron/base58 v1.2.0 // indirect
72
73
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // indirect
73
74
github.com/olekukonko/tablewriter v0.0.5 // indirect
74
- github.com/otiai10/copy v1.9 .0 // indirect
75
+ github.com/otiai10/copy v1.11 .0 // indirect
75
76
github.com/pelletier/go-toml v1.9.5 // indirect
76
77
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
77
78
github.com/pires/go-proxyproto v0.6.2 // indirect
78
79
github.com/pmezard/go-difflib v1.0.0 // indirect
79
- github.com/prometheus/client_golang v1.14.0 // indirect
80
+ github.com/prometheus/client_golang v1.15.1 // indirect
80
81
github.com/prometheus/client_model v0.3.0 // indirect
81
- github.com/prometheus/common v0.37 .0 // indirect
82
- github.com/prometheus/procfs v0.8 .0 // indirect
82
+ github.com/prometheus/common v0.42 .0 // indirect
83
+ github.com/prometheus/procfs v0.9 .0 // indirect
83
84
github.com/rjeczalik/notify v0.9.3 // indirect
84
85
github.com/rs/cors v1.7.0 // indirect
85
86
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
@@ -104,19 +105,19 @@ require (
104
105
go.opentelemetry.io/otel/trace v1.11.0 // indirect
105
106
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
106
107
go.uber.org/atomic v1.10.0 // indirect
107
- go.uber.org/multierr v1.8 .0 // indirect
108
+ go.uber.org/multierr v1.11 .0 // indirect
108
109
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
109
110
golang.org/x/exp v0.0.0-20220426173459-3bcf042a4bf5 // indirect
110
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
111
- golang.org/x/net v0.7 .0 // indirect
112
- golang.org/x/sys v0.5 .0 // indirect
113
- golang.org/x/term v0.5 .0 // indirect
114
- golang.org/x/text v0.7 .0 // indirect
111
+ golang.org/x/mod v0.10.0 // indirect
112
+ golang.org/x/net v0.8 .0 // indirect
113
+ golang.org/x/sys v0.7 .0 // indirect
114
+ golang.org/x/term v0.7 .0 // indirect
115
+ golang.org/x/text v0.8 .0 // indirect
115
116
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
116
117
gonum.org/v1/gonum v0.11.0 // indirect
117
- google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
118
- google.golang.org/grpc v1.53 .0-dev // indirect
119
- google.golang.org/protobuf v1.28.1 // indirect
118
+ google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
119
+ google.golang.org/grpc v1.56 .0-dev // indirect
120
+ google.golang.org/protobuf v1.30.0 // indirect
120
121
gopkg.in/ini.v1 v1.66.4 // indirect
121
122
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
122
123
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
0 commit comments