-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 910 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
module github.com/samyfodil/web3auth
go 1.19
require (
github.com/mailru/easyjson v0.7.7
github.com/stretchr/testify v1.8.1
github.com/taubyte/go-sdk v0.2.6
github.com/taubyte/utils v0.1.1
golang.org/x/crypto v0.1.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gxed/hashland/keccakpg v0.0.1 // indirect
github.com/ipsn/go-ipfs v0.0.0-20190407150747-8b9b72514244 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/taubyte/go-sdk-symbols v0.1.5 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)