-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathgo.mod
26 lines (23 loc) · 844 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
module github.com/decred/dcrtime
go 1.12
require (
decred.org/dcrwallet/v3 v3.0.1
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/certgen v1.1.2
github.com/decred/dcrd/chaincfg/chainhash v1.0.4
github.com/decred/dcrd/chaincfg/v3 v3.2.0
github.com/decred/dcrd/dcrutil/v4 v4.0.1
github.com/decred/dcrd/txscript/v4 v4.1.0
github.com/decred/dcrd/wire v1.6.0
github.com/decred/dcrdata/api/types/v5 v5.0.1
github.com/decred/dcrtime/api/v2 v2.0.0-00010101000000-000000000000
github.com/decred/slog v1.2.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/jessevdk/go-flags v1.5.0
github.com/jrick/logrotate v1.0.0
github.com/robfig/cron v1.2.0
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
google.golang.org/grpc v1.45.0
)
replace github.com/decred/dcrtime/api/v2 => ./api/v2