-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (39 loc) · 1.72 KB
/
go.mod
File metadata and controls
41 lines (39 loc) · 1.72 KB
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
36
37
38
39
40
41
module github.com/glvd/contract-service
go 1.13
require (
github.com/glvd/dhcrypto v0.0.0-20200401081226-8502904592a1
cloud.google.com/go v0.46.2 // indirect
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20190712234253-ed1100a1c015 // indirect
github.com/cespare/cp v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.9.12
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/glvd/bot v0.0.0-20190920092952-d05a7195fb1f
github.com/glvd/conversion v0.1.26
github.com/glvd/seed v0.0.0-20190919090848-319aeb69d5f1
github.com/gocacher/cacher v1.0.5 // indirect
github.com/gocarina/gocsv v0.0.0-20190624090726-71ad6676df57
github.com/godcong/go-ipfs-restapi v0.0.3-0.20190422054229-f13eeaa39df0
github.com/godcong/go-trait v0.0.0-20190816072228-f216e906756e
github.com/goextension/log v0.0.0-20191022085446-44e082c339c1
github.com/goextension/tool v0.0.2
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/json-iterator/go v1.1.7
github.com/karalabe/hid v1.0.0 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/pborman/uuid v1.2.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/swaggo/swag v1.6.3 // indirect
github.com/urfave/cli/v2 v2.0.0-alpha.2
github.com/xormsharp/xorm v1.0.0
go.uber.org/zap v1.10.0
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
)