Skip to content

Commit 1e0dd4b

Browse files
authored
Merge pull request #32 from Blockdaemon/dependabot/go_modules/github.com/gagliardetto/solana-go-1.9.3
Bump github.com/gagliardetto/solana-go from 1.8.4 to 1.9.3
2 parents fcacbe3 + 821ece3 commit 1e0dd4b

File tree

2 files changed

+6
-295
lines changed

2 files changed

+6
-295
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.blockdaemon.com/pyth_exporter
33
go 1.19
44

55
require (
6-
github.com/gagliardetto/solana-go v1.8.4
6+
github.com/gagliardetto/solana-go v1.9.3
77
github.com/prometheus/client_golang v1.19.0
88
go.blockdaemon.com/pyth v0.3.7
99
go.uber.org/zap v1.27.0
@@ -25,6 +25,7 @@ require (
2525
github.com/gagliardetto/binary v0.7.7 // indirect
2626
github.com/gagliardetto/treeout v0.1.4 // indirect
2727
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
28+
github.com/google/uuid v1.6.0 // indirect
2829
github.com/gorilla/rpc v1.2.0 // indirect
2930
github.com/gorilla/websocket v1.4.2 // indirect
3031
github.com/json-iterator/go v1.1.12 // indirect

0 commit comments

Comments
 (0)