-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (37 loc) · 1.59 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
module perun.network/perun-icp-demo
go 1.19
require (
github.com/aviate-labs/agent-go v0.3.0-alpha.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.2
perun.network/go-perun v0.10.6
perun.network/perun-demo-tui v0.0.0-20230321094013-3e474bfabc8f
perun.network/perun-icp-backend v0.0.0-20231020105730-688883963e2a
)
require (
github.com/aviate-labs/leb128 v0.3.0 // indirect
github.com/aviate-labs/secp256k1 v0.0.0-5e6736a // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/di-wu/parser v0.3.0 // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.5.3 // indirect
github.com/google/uuid v1.1.5 // indirect
github.com/herumi/bls-go-binary v1.28.2 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20230110094441-db37f07504ce // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
polycry.pt/poly-go v0.0.0-20220301085937-fb9d71b45a37 // indirect
)