-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (26 loc) · 911 Bytes
/
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
module github.com/algonode/reti-algodrop
go 1.21
toolchain go1.21.11
require (
github.com/algorand/go-algorand-sdk/v2 v2.6.0
github.com/algorand/go-codec/codec v1.1.10
github.com/hasura/go-graphql-client v0.12.2
github.com/mixcode/binarystruct v0.0.11
github.com/sirupsen/logrus v1.9.3
github.com/ssgreg/repeat v1.5.1
github.com/tidwall/jsonc v0.3.2
go.uber.org/ratelimit v0.3.1
)
require github.com/google/go-cmp v0.5.8 // indirect
require (
github.com/algorand/avm-abi v0.2.0 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mroth/weightedrand/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
nhooyr.io/websocket v1.8.11 // indirect
)