-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
25 lines (24 loc) · 1.06 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
module github.com/cmingxu/wallet-keeper
require (
github.com/allegro/bigcache v1.2.0 // indirect
github.com/aristanetworks/goarista v0.0.0-20190429220743-799535f6f364 // indirect
github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/go-ethereum v1.8.27
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/google/uuid v1.1.1
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/pkg/errors v0.8.1
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.6.0 // indirect
github.com/sirupsen/logrus v1.4.1
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/ugorji/go v1.1.4 // indirect
github.com/urfave/cli v1.20.0 // indirect
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
)