-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
35 lines (31 loc) · 1.22 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
module github.com/XDagger/xdagpool
go 1.21
toolchain go1.21.5
require (
github.com/buger/jsonparser v1.1.1
github.com/didip/tollbooth/v7 v7.0.1
github.com/didip/tollbooth_chi v0.0.0-20220719025231-d662a7f6928f
github.com/ethereum/go-ethereum v1.10.22
github.com/go-chi/chi/v5 v5.0.11
github.com/go-chi/render v1.0.3
github.com/go-pkgz/rest v1.18.2
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/redis/go-redis/v9 v9.0.5
github.com/tyler-smith/go-bip32 v1.0.0
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
github.com/wangjia184/sortedset v0.0.0-20220209072355-af6d6d227aa7
golang.org/x/crypto v0.1.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/term v0.1.0
)
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-pkgz/expirable-cache v0.1.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)