-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
33 lines (30 loc) · 1.36 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
module github.com/algonode/algostreamer
go 1.17
require (
github.com/algorand/go-algorand v0.0.0-20220312035750-88e8b96f53b9
github.com/algorand/go-algorand-sdk v1.13.0
github.com/algorand/go-codec/codec v1.1.7
github.com/go-redis/redis/v8 v8.11.4
github.com/open-policy-agent/opa v0.38.0
github.com/tidwall/jsonc v0.3.2
)
require (
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/algorand/go-deadlock v0.2.1 // indirect
github.com/algorand/msgp v1.1.49 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/petermattis/goid v0.0.0-20220302125637-5f11c28912df // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
golang.org/x/crypto v0.0.0-20220313003712-b769efc7c000 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)