Skip to content

Commit 51f5bf6

Browse files
committed
bump avalanchego to 1.10.2
Signed-off-by: Sam Batschelet <sam.batschelet@avalabs.org>
1 parent f3544ef commit 51f5bf6

File tree

4 files changed

+88
-165
lines changed

4 files changed

+88
-165
lines changed

go.mod

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,31 @@ module github.com/ava-labs/timestampvm
33
go 1.19
44

55
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
88
github.com/gorilla/rpc v1.2.0
99
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
1212
github.com/spf13/pflag v1.0.5
1313
github.com/spf13/viper v1.12.0
14-
github.com/stretchr/testify v1.8.1
14+
github.com/stretchr/testify v1.8.3
1515
go.uber.org/zap v1.24.0
16-
golang.org/x/sync v0.1.0
16+
golang.org/x/sync v0.2.0
1717
sigs.k8s.io/yaml v1.3.0
1818
)
1919

2020
require (
21+
github.com/DataDog/zstd v1.5.2 // indirect
2122
github.com/Microsoft/go-winio v0.5.2 // indirect
2223
github.com/NYTimes/gziphandler v1.1.1 // indirect
2324
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
2526
github.com/beorn7/perks v1.0.1 // indirect
2627
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
2728
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
2829
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
3031
github.com/davecgh/go-spew v1.1.1 // indirect
3132
github.com/deckarep/golang-set v1.8.0 // indirect
3233
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
@@ -43,15 +44,15 @@ require (
4344
github.com/go-stack/stack v1.8.0 // indirect
4445
github.com/golang-jwt/jwt/v4 v4.3.0 // indirect
4546
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
4748
github.com/golang/snappy v0.0.4 // indirect
4849
github.com/google/btree v1.1.2 // indirect
4950
github.com/google/go-cmp v0.5.9 // indirect
5051
github.com/google/uuid v1.3.0 // indirect
5152
github.com/gorilla/mux v1.8.0 // indirect
5253
github.com/gorilla/websocket v1.4.2 // indirect
5354
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
5556
github.com/hashicorp/go-bexpr v0.1.10 // indirect
5657
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
5758
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -65,21 +66,21 @@ require (
6566
github.com/mattn/go-colorable v0.1.12 // indirect
6667
github.com/mattn/go-isatty v0.0.14 // indirect
6768
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
6970
github.com/mitchellh/mapstructure v1.5.0 // indirect
7071
github.com/mitchellh/pointerstructure v1.2.0 // indirect
7172
github.com/mr-tron/base58 v1.2.0 // indirect
7273
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // indirect
7374
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
7576
github.com/pelletier/go-toml v1.9.5 // indirect
7677
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
7778
github.com/pires/go-proxyproto v0.6.2 // indirect
7879
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
8081
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
8384
github.com/rjeczalik/notify v0.9.3 // indirect
8485
github.com/rs/cors v1.7.0 // indirect
8586
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
@@ -104,19 +105,19 @@ require (
104105
go.opentelemetry.io/otel/trace v1.11.0 // indirect
105106
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
106107
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
108109
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
109110
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
115116
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
116117
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
120121
gopkg.in/ini.v1 v1.66.4 // indirect
121122
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
122123
gopkg.in/urfave/cli.v1 v1.20.0 // indirect

0 commit comments

Comments
 (0)