We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcacbe3 + 821ece3 commit 1e0dd4bCopy full SHA for 1e0dd4b
go.mod
@@ -3,7 +3,7 @@ module go.blockdaemon.com/pyth_exporter
3
go 1.19
4
5
require (
6
- github.com/gagliardetto/solana-go v1.8.4
+ github.com/gagliardetto/solana-go v1.9.3
7
github.com/prometheus/client_golang v1.19.0
8
go.blockdaemon.com/pyth v0.3.7
9
go.uber.org/zap v1.27.0
@@ -25,6 +25,7 @@ require (
25
github.com/gagliardetto/binary v0.7.7 // indirect
26
github.com/gagliardetto/treeout v0.1.4 // indirect
27
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
28
+ github.com/google/uuid v1.6.0 // indirect
29
github.com/gorilla/rpc v1.2.0 // indirect
30
github.com/gorilla/websocket v1.4.2 // indirect
31
github.com/json-iterator/go v1.1.12 // indirect
0 commit comments