-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
37 lines (34 loc) · 1.32 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
module github.com/MixinNetwork/trusted-group
go 1.23.4
require (
github.com/MixinNetwork/mixin v0.18.22
github.com/fox-one/mixin-sdk-go/v2 v2.0.10
github.com/gofrs/uuid/v5 v5.3.0
github.com/mattn/go-sqlite3 v1.14.24
github.com/pelletier/go-toml v1.9.5
github.com/shopspring/decimal v1.4.0
github.com/stretchr/testify v1.10.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fox-one/msgpack v1.0.0 // indirect
github.com/go-resty/resty/v2 v2.16.3 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/zeebo/blake3 v0.2.4 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.36.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)