-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (23 loc) · 1.13 KB
/
go.mod
File metadata and controls
24 lines (23 loc) · 1.13 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
module github.com/adriamb/gotoma
require (
github.com/CrowdSurge/banner v0.0.0-20140923200336-8c0e79dc5ff7
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/deckarep/golang-set v0.0.0-20180831180637-cbaa98ba5575 // indirect
github.com/ethereum/go-ethereum v1.8.15
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/rs/cors v1.5.0 // indirect
github.com/sirupsen/logrus v1.0.6
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.2.0
github.com/syndtr/goleveldb v0.0.0-20180815032940-ae2bd5eed72d // indirect
github.com/ugorji/go/codec v0.0.0-20180831062425-e253f1f20942 // indirect
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 // indirect
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951 // indirect
)