-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (25 loc) · 954 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
module github.com/blinklabs-io/gouroboros-starter-kit
go 1.22
toolchain go1.22.8
require (
github.com/blinklabs-io/cardano-models v0.3.8
github.com/blinklabs-io/gouroboros v0.103.6
github.com/fxamacker/cbor/v2 v2.7.0
github.com/kelseyhightower/envconfig v1.4.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.22.1 // indirect
github.com/jinzhu/copier v0.4.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/utxorpc/go-codegen v0.12.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)