Skip to content

Commit 866a163

Browse files
chore(deps): bump github.com/gagliardetto/solana-go
Bumps [github.com/gagliardetto/solana-go](https://github.com/gagliardetto/solana-go) from 1.13.0 to 1.18.0. - [Release notes](https://github.com/gagliardetto/solana-go/releases) - [Changelog](https://github.com/solana-foundation/solana-go/blob/main/CHANGELOG.md) - [Commits](solana-foundation/solana-go@v1.13.0...v1.18.0) --- updated-dependencies: - dependency-name: github.com/gagliardetto/solana-go dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bd6d2d commit 866a163

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b
2121
github.com/gagliardetto/binary v0.8.0
2222
github.com/gagliardetto/gofuzz v1.2.2
23-
github.com/gagliardetto/solana-go v1.13.0
23+
github.com/gagliardetto/solana-go v1.18.0
2424
github.com/go-resty/resty/v2 v2.17.2
2525
github.com/goccy/go-yaml v1.19.2
2626
github.com/google/go-cmp v0.7.0
@@ -57,7 +57,7 @@ require (
5757
golang.org/x/crypto v0.48.0
5858
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa
5959
golang.org/x/oauth2 v0.35.0
60-
google.golang.org/grpc v1.79.3
60+
google.golang.org/grpc v1.80.0
6161
google.golang.org/protobuf v1.36.11
6262
gopkg.in/yaml.v3 v3.0.1
6363
)
@@ -96,6 +96,7 @@ require (
9696
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b // indirect
9797
github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260205130626-db2a2aab956b // indirect
9898
github.com/stellar/go-xdr v0.0.0-20231122183749-b53fb00bcac2 // indirect
99+
go.mongodb.org/mongo-driver/v2 v2.5.0 // indirect
99100
go.yaml.in/yaml/v2 v2.4.2 // indirect
100101
go.yaml.in/yaml/v3 v3.0.4 // indirect
101102
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
@@ -114,7 +115,7 @@ require (
114115

115116
require (
116117
dario.cat/mergo v1.0.2 // indirect
117-
filippo.io/edwards25519 v1.1.1 // indirect
118+
filippo.io/edwards25519 v1.2.0 // indirect
118119
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
119120
github.com/BurntSushi/toml v1.5.0 // indirect
120121
github.com/DataDog/zstd v1.5.6 // indirect
@@ -285,7 +286,7 @@ require (
285286
github.com/spf13/afero v1.15.0 // indirect
286287
github.com/spf13/cast v1.10.0 // indirect
287288
github.com/stephenlacy/go-ethereum-hdwallet v0.0.0-20230913225845-a4fa94429863 // indirect
288-
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 // indirect
289+
github.com/streamingfast/logging v0.0.0-20250404134358-92b15d2fbd2e // indirect
289290
github.com/stretchr/objx v0.5.2 // indirect
290291
github.com/subosito/gotenv v1.6.0 // indirect
291292
github.com/supranational/blst v0.3.16 // indirect
@@ -303,7 +304,6 @@ require (
303304
github.com/x448/float16 v0.8.4 // indirect
304305
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
305306
github.com/yusufpapurcu/wmi v1.2.4 // indirect
306-
go.mongodb.org/mongo-driver v1.17.2 // indirect
307307
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
308308
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
309309
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect

go.sum

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)