generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
29 lines (26 loc) · 946 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/decentralized-identity/web5-go
go 1.22.0
require (
github.com/PaesslerAG/jsonpath v0.1.1
github.com/alecthomas/assert v1.0.0
github.com/alecthomas/assert/v2 v2.5.0
github.com/alecthomas/kong v0.8.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/google/uuid v1.6.0
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/stretchr/testify v1.9.0
github.com/tv42/zbase32 v0.0.0-20220222190657-f76a9fc892fa
golang.org/x/net v0.24.0
)
require (
github.com/PaesslerAG/gval v1.0.0 // indirect
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
golang.org/x/sys v0.19.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)