|
1 | 1 | module github.com/gagliardetto/solana-go
|
2 | 2 |
|
3 |
| -go 1.22.0 |
| 3 | +go 1.24 |
| 4 | + |
| 5 | +toolchain go1.24.4 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | filippo.io/edwards25519 v1.1.0
|
7 | 9 | github.com/AlekSi/pointer v1.2.0
|
8 | 10 | github.com/GeertJohan/go.rice v1.0.3
|
9 | 11 | github.com/buger/jsonparser v1.1.1
|
10 | 12 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
11 |
| - github.com/fatih/color v1.17.0 |
| 13 | + github.com/fatih/color v1.18.0 |
12 | 14 | github.com/gagliardetto/binary v0.8.0
|
13 | 15 | github.com/gagliardetto/gofuzz v1.2.2
|
14 | 16 | github.com/gagliardetto/treeout v0.1.4
|
15 |
| - github.com/google/go-cmp v0.6.0 |
| 17 | + github.com/google/go-cmp v0.7.0 |
16 | 18 | github.com/google/uuid v1.6.0
|
17 | 19 | github.com/gorilla/rpc v1.2.1
|
18 |
| - github.com/gorilla/websocket v1.5.1 |
| 20 | + github.com/gorilla/websocket v1.5.3 |
19 | 21 | github.com/json-iterator/go v1.1.12
|
20 |
| - github.com/klauspost/compress v1.17.8 |
| 22 | + github.com/klauspost/compress v1.18.0 |
21 | 23 | github.com/logrusorgru/aurora v2.0.3+incompatible
|
22 | 24 | github.com/mostynb/zstdpool-freelist v0.0.0-20201229113212-927304c0c3b1
|
23 | 25 | github.com/mr-tron/base58 v1.2.0
|
24 |
| - github.com/onsi/gomega v1.33.1 |
| 26 | + github.com/onsi/gomega v1.37.0 |
25 | 27 | github.com/pkg/errors v0.9.1
|
26 | 28 | github.com/ryanuber/columnize v2.1.2+incompatible
|
27 |
| - github.com/spf13/cobra v1.8.0 |
28 |
| - github.com/spf13/pflag v1.0.5 |
29 |
| - github.com/spf13/viper v1.19.0 |
30 |
| - github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 |
31 |
| - github.com/stretchr/testify v1.9.0 |
| 29 | + github.com/spf13/cobra v1.9.1 |
| 30 | + github.com/spf13/pflag v1.0.6 |
| 31 | + github.com/spf13/viper v1.20.1 |
| 32 | + github.com/streamingfast/logging v0.0.0-20250404134358-92b15d2fbd2e |
| 33 | + github.com/stretchr/testify v1.10.0 |
32 | 34 | github.com/test-go/testify v1.1.4
|
33 |
| - go.mongodb.org/mongo-driver v1.15.0 |
34 |
| - go.opencensus.io v0.24.0 // indirect |
| 35 | + go.mongodb.org/mongo-driver v1.17.4 |
35 | 36 | go.uber.org/ratelimit v0.3.1
|
36 | 37 | go.uber.org/zap v1.27.0
|
37 |
| - golang.org/x/crypto v0.24.0 |
38 |
| - golang.org/x/oauth2 v0.21.0 |
39 |
| - golang.org/x/term v0.21.0 // indirect |
40 |
| - golang.org/x/time v0.5.0 |
41 |
| - google.golang.org/api v0.183.0 |
| 38 | + golang.org/x/crypto v0.39.0 |
| 39 | + golang.org/x/oauth2 v0.30.0 |
| 40 | + golang.org/x/term v0.32.0 // indirect |
| 41 | + golang.org/x/time v0.12.0 |
| 42 | + google.golang.org/api v0.240.0 |
42 | 43 | )
|
43 | 44 |
|
44 | 45 | require (
|
45 |
| - cloud.google.com/go/auth v0.5.1 // indirect |
46 |
| - cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect |
47 |
| - cloud.google.com/go/compute/metadata v0.3.0 // indirect |
| 46 | + cloud.google.com/go/auth v0.16.2 // indirect |
| 47 | + cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect |
| 48 | + cloud.google.com/go/compute/metadata v0.7.0 // indirect |
48 | 49 | github.com/benbjohnson/clock v1.3.5 // indirect
|
49 | 50 | github.com/blendle/zapdriver v1.3.1 // indirect
|
50 | 51 | github.com/daaku/go.zipexe v1.0.2 // indirect
|
51 | 52 | github.com/felixge/httpsnoop v1.0.4 // indirect
|
52 |
| - github.com/fsnotify/fsnotify v1.7.0 // indirect |
| 53 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
53 | 54 | github.com/go-logr/logr v1.4.2 // indirect
|
54 | 55 | github.com/go-logr/stdr v1.2.2 // indirect
|
55 |
| - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
56 |
| - github.com/golang/protobuf v1.5.4 // indirect |
57 |
| - github.com/google/s2a-go v0.1.7 // indirect |
58 |
| - github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect |
59 |
| - github.com/googleapis/gax-go/v2 v2.12.4 // indirect |
60 |
| - github.com/hashicorp/hcl v1.0.0 // indirect |
| 56 | + github.com/go-viper/mapstructure/v2 v2.3.0 // indirect |
| 57 | + github.com/google/s2a-go v0.1.9 // indirect |
| 58 | + github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect |
| 59 | + github.com/googleapis/gax-go/v2 v2.14.2 // indirect |
61 | 60 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
62 |
| - github.com/magiconair/properties v1.8.7 // indirect |
63 |
| - github.com/mattn/go-colorable v0.1.13 // indirect |
| 61 | + github.com/mattn/go-colorable v0.1.14 // indirect |
64 | 62 | github.com/mattn/go-isatty v0.0.20 // indirect
|
65 | 63 | github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
66 |
| - github.com/mitchellh/mapstructure v1.5.0 // indirect |
67 | 64 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
68 | 65 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
69 |
| - github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
| 66 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
70 | 67 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
71 |
| - github.com/sagikazarmark/locafero v0.6.0 // indirect |
72 |
| - github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 68 | + github.com/sagikazarmark/locafero v0.9.0 // indirect |
73 | 69 | github.com/sourcegraph/conc v0.3.0 // indirect
|
74 |
| - github.com/spf13/afero v1.11.0 // indirect |
75 |
| - github.com/spf13/cast v1.6.0 // indirect |
| 70 | + github.com/spf13/afero v1.14.0 // indirect |
| 71 | + github.com/spf13/cast v1.9.2 // indirect |
76 | 72 | github.com/subosito/gotenv v1.6.0 // indirect
|
77 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect |
78 |
| - go.opentelemetry.io/otel v1.27.0 // indirect |
79 |
| - go.opentelemetry.io/otel/metric v1.27.0 // indirect |
80 |
| - go.opentelemetry.io/otel/trace v1.27.0 // indirect |
| 73 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 74 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect |
| 75 | + go.opentelemetry.io/otel v1.36.0 // indirect |
| 76 | + go.opentelemetry.io/otel/metric v1.36.0 // indirect |
| 77 | + go.opentelemetry.io/otel/trace v1.36.0 // indirect |
81 | 78 | go.uber.org/multierr v1.11.0 // indirect
|
82 |
| - golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect |
83 |
| - golang.org/x/net v0.26.0 // indirect |
84 |
| - golang.org/x/sys v0.21.0 // indirect |
85 |
| - golang.org/x/text v0.16.0 // indirect |
86 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect |
87 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect |
88 |
| - google.golang.org/grpc v1.64.1 // indirect |
89 |
| - google.golang.org/protobuf v1.34.1 // indirect |
90 |
| - gopkg.in/ini.v1 v1.67.0 // indirect |
| 79 | + golang.org/x/net v0.41.0 // indirect |
| 80 | + golang.org/x/sys v0.33.0 // indirect |
| 81 | + golang.org/x/text v0.26.0 // indirect |
| 82 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect |
| 83 | + google.golang.org/grpc v1.73.0 // indirect |
| 84 | + google.golang.org/protobuf v1.36.6 // indirect |
91 | 85 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
92 | 86 | )
|
0 commit comments