@@ -3,25 +3,27 @@ module github.com/ava-labs/ortelius
3
3
go 1.18
4
4
5
5
require (
6
- github.com/ava-labs/avalanchego v1.9.0
7
- github.com/ava-labs/coreth v0.11.0 -rc.4
8
- github.com/ethereum/go-ethereum v1.10.25
6
+ github.com/ava-labs/avalanchego v1.9.3
7
+ github.com/ava-labs/coreth v0.11.3 -rc.1
8
+ github.com/ethereum/go-ethereum v1.10.26
9
9
github.com/go-sql-driver/mysql v1.6.0
10
10
github.com/gocraft/dbr/v2 v2.7.2
11
11
github.com/gocraft/web v0.0.0-20190207150652-9707327fb69b
12
12
github.com/gorilla/rpc v1.2.0
13
13
github.com/neilotoole/errgroup v0.1.6
14
14
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177
15
- github.com/prometheus/client_golang v1.12.2
15
+ github.com/prometheus/client_golang v1.13.0
16
16
github.com/spf13/cobra v1.3.0
17
17
github.com/spf13/viper v1.12.0
18
- go.uber.org/zap v1.21 .0
18
+ go.uber.org/zap v1.23 .0
19
19
)
20
20
21
21
require (
22
+ github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
22
23
github.com/NYTimes/gziphandler v1.1.1 // indirect
23
24
github.com/VictoriaMetrics/fastcache v1.10.0 // indirect
24
25
github.com/aead/siphash v1.0.1 // indirect
26
+ github.com/ava-labs/avalanche-ledger-go v0.0.13 // indirect
25
27
github.com/beorn7/perks v1.0.1 // indirect
26
28
github.com/btcsuite/btcd v0.23.1 // indirect
27
29
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
@@ -31,6 +33,7 @@ require (
31
33
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
32
34
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
33
35
github.com/btcsuite/winsvc v1.0.0 // indirect
36
+ github.com/cenkalti/backoff/v4 v4.1.3 // indirect
34
37
github.com/cespare/xxhash/v2 v2.1.2 // indirect
35
38
github.com/davecgh/go-spew v1.1.1 // indirect
36
39
github.com/deckarep/golang-set v1.8.0 // indirect
@@ -39,8 +42,10 @@ require (
39
42
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
40
43
github.com/decred/dcrd/lru v1.1.1 // indirect
41
44
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
42
- github.com/fsnotify/fsnotify v1.5.4 // indirect
45
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
43
46
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
47
+ github.com/go-logr/logr v1.2.3 // indirect
48
+ github.com/go-logr/stdr v1.2.2 // indirect
44
49
github.com/go-ole/go-ole v1.2.6 // indirect
45
50
github.com/go-stack/stack v1.8.0 // indirect
46
51
github.com/golang/mock v1.6.0 // indirect
@@ -50,6 +55,7 @@ require (
50
55
github.com/google/uuid v1.2.0 // indirect
51
56
github.com/gorilla/mux v1.8.0 // indirect
52
57
github.com/gorilla/websocket v1.4.2 // indirect
58
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.12.0 // indirect
53
59
github.com/hashicorp/go-bexpr v0.1.10 // indirect
54
60
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
55
61
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -71,10 +77,11 @@ require (
71
77
github.com/olekukonko/tablewriter v0.0.5 // indirect
72
78
github.com/pelletier/go-toml v1.9.5 // indirect
73
79
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
80
+ github.com/pkg/errors v0.9.1 // indirect
74
81
github.com/pmezard/go-difflib v1.0.0 // indirect
75
82
github.com/prometheus/client_model v0.2.0 // indirect
76
- github.com/prometheus/common v0.32.1 // indirect
77
- github.com/prometheus/procfs v0.7.3 // indirect
83
+ github.com/prometheus/common v0.37.0 // indirect
84
+ github.com/prometheus/procfs v0.8.0 // indirect
78
85
github.com/rjeczalik/notify v0.9.2 // indirect
79
86
github.com/rs/cors v1.7.0 // indirect
80
87
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
@@ -84,26 +91,38 @@ require (
84
91
github.com/spf13/jwalterweatherman v1.1.0 // indirect
85
92
github.com/spf13/pflag v1.0.5 // indirect
86
93
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 // indirect
87
- github.com/stretchr/objx v0.2.0 // indirect
88
- github.com/stretchr/testify v1.7.2 // indirect
94
+ github.com/stretchr/testify v1.8.1 // indirect
89
95
github.com/subosito/gotenv v1.3.0 // indirect
90
96
github.com/supranational/blst v0.3.11-0.20220920110316-f72618070295 // indirect
91
97
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
92
98
github.com/tklauser/go-sysconf v0.3.5 // indirect
93
99
github.com/tklauser/numcpus v0.2.2 // indirect
94
100
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
95
101
github.com/yusufpapurcu/wmi v1.2.2 // indirect
96
- go.uber.org/atomic v1.9.0 // indirect
102
+ github.com/zondax/hid v0.9.1-0.20220302062450-5552068d2266 // indirect
103
+ github.com/zondax/ledger-go v0.13.0 // indirect
104
+ go.opentelemetry.io/otel v1.11.0 // indirect
105
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.0 // indirect
106
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.0 // indirect
107
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.0 // indirect
108
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.11.0 // indirect
109
+ go.opentelemetry.io/otel/sdk v1.11.0 // indirect
110
+ go.opentelemetry.io/otel/trace v1.11.0 // indirect
111
+ go.opentelemetry.io/proto/otlp v0.19.0 // indirect
112
+ go.uber.org/atomic v1.10.0 // indirect
97
113
go.uber.org/multierr v1.8.0 // indirect
98
114
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
99
- golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
100
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
101
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
102
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
103
- golang.org/x/text v0.3.7 // indirect
115
+ golang.org/x/exp v0.0.0-20220426173459-3bcf042a4bf5 // indirect
116
+ golang.org/x/net v0.1.0 // indirect
117
+ golang.org/x/sync v0.1.0 // indirect
118
+ golang.org/x/sys v0.1.0 // indirect
119
+ golang.org/x/term v0.1.0 // indirect
120
+ golang.org/x/text v0.4.0 // indirect
104
121
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
105
122
gonum.org/v1/gonum v0.11.0 // indirect
106
- google.golang.org/protobuf v1.28.0 // indirect
123
+ google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
124
+ google.golang.org/grpc v1.50.1 // indirect
125
+ google.golang.org/protobuf v1.28.1 // indirect
107
126
gopkg.in/ini.v1 v1.66.4 // indirect
108
127
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
109
128
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
0 commit comments