forked from gagliardetto/solana-go
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
51 lines (47 loc) · 1.78 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/desperatee/solana-go
go 1.16
require (
github.com/gagliardetto/binary v0.7.8
github.com/gagliardetto/gofuzz v1.2.2
github.com/gagliardetto/treeout v0.1.4
)
require (
filippo.io/edwards25519 v1.0.0-rc.1
github.com/AlekSi/pointer v1.1.0
github.com/GeertJohan/go.rice v1.0.0
github.com/buger/jsonparser v1.1.1
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.9.0
github.com/google/go-cmp v0.5.8
github.com/gorilla/rpc v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.15.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/magiconair/properties v1.8.1
github.com/mostynb/zstdpool-freelist v0.0.0-20201229113212-927304c0c3b1
github.com/mr-tron/base58 v1.2.0
github.com/onsi/ginkgo/v2 v2.2.0 // indirect
github.com/onsi/gomega v1.20.1
github.com/pkg/errors v0.9.1
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/streamingfast/logging v0.0.0-20221209193439-bff11742bf4c
github.com/stretchr/testify v1.7.0
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/fasthttp v1.38.0
go.mongodb.org/mongo-driver v1.11.1
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/ratelimit v0.2.0
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.1.1-0.20221102194838-fc697a31fa06 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
google.golang.org/api v0.29.0
google.golang.org/grpc v1.31.0 // indirect
)
replace github.com/gagliardetto/solana-go => github.com/desperatee/solana-go v0.0.0-20220728112623-02d7072d69d1