-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
66 lines (64 loc) · 3.17 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
module github.com/sophron-dev-works/legion
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.2.0 // indirect
github.com/CloudyKit/jet/v3 v3.0.0 // indirect
github.com/GoAdminGroup/go-admin v1.2.17 // indirect
github.com/Joker/hpp v1.0.0 // indirect
github.com/c9s/goprocinfo v0.0.0-20200311234719-5750cbd54a3b
github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa // indirect
github.com/coreos/etcd v3.3.10+incompatible
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 // indirect
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf // indirect
github.com/creack/pty v1.1.7 // indirect
github.com/dgraph-io/badger v1.6.0
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/gavv/httpexpect v2.0.0+incompatible // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 // indirect
github.com/golang/protobuf v1.4.3
github.com/google/btree v1.0.0 // indirect
github.com/google/uuid v1.1.2
github.com/graphql-go/graphql v0.7.9
github.com/graphql-go/handler v0.2.3
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
github.com/hashicorp/memberlist v0.2.2
github.com/hashicorp/raft v1.2.0
github.com/hashicorp/raft-boltdb v0.0.0-20191021154308-4207f1bf0617
github.com/hashicorp/serf v0.9.5
github.com/iris-contrib/blackfriday v2.0.0+incompatible // indirect
github.com/jawher/mow.cli v1.2.0 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/kataras/iris v0.0.2
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201107104914-7b6a8f1e2646
github.com/mackerelio/go-osstat v0.1.0
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5 // indirect
github.com/prometheus/client_golang v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/schollz/progressbar v1.0.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/stretchr/testify v1.6.1
github.com/tdewolff/minify v2.3.6+incompatible // indirect
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/tinylib/msgp v1.1.4
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8 // indirect
github.com/urfave/cli v1.20.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.0.0-rc.2 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/etcd v3.3.25+incompatible
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/sys v0.0.0-20201110211018-35f3e6cf4a65 // indirect
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
gopkg.in/cheggaaa/pb.v1 v1.0.25 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
)