-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
40 lines (38 loc) · 1.68 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
module github.com/teserakt-io/c2
go 1.12
require (
cloud.google.com/go v0.38.0
contrib.go.opencensus.io/exporter/ocagent v0.6.0
github.com/Shopify/sarama v1.23.1
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fatih/color v1.7.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/golang/mock v1.4.1
github.com/golang/protobuf v1.3.4
github.com/grpc-ecosystem/grpc-gateway v1.13.0
github.com/jinzhu/gorm v1.9.10
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75 // indirect
github.com/olivere/elastic v6.2.21+incompatible
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/teserakt-io/e4go v1.0.2-0.20200305143804-b35ef1e4d653
github.com/teserakt-io/serverlib v0.0.0-20190912131345-29a7b76ad87c
go.opencensus.io v0.22.1
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
google.golang.org/api v0.7.0
google.golang.org/genproto v0.0.0-20200302123026-7795fca6ccb1
google.golang.org/grpc v1.27.1
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)