-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
51 lines (49 loc) · 2.33 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
module github.com/dcwangmit01/goapi
go 1.13
require (
github.com/cloudflare/cfssl v1.4.1
github.com/dgrijalva/jwt-go v3.0.0+incompatible
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/errnoh/term.color v0.0.0-20130702201447-e95d97fdbdec // indirect
github.com/fsnotify/fsnotify v1.4.3-0.20170329110642-4da3e2cfbabc
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.3.2
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/grpc-gateway v1.12.1
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/james4k/terminal v0.0.0-20140729193110-b4bcb6ee7c08 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/justinas/alice v0.0.0-20160512134231-052b8b6c18ed
github.com/laurent22/go-sqlkv v0.0.0-20140919090402-db1022af2c66
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/mikespook/gorbac v2.0.0+incompatible
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/onsi/ginkgo v1.3.1
github.com/onsi/gomega v1.1.0
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/satori/go.uuid v1.1.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.0-20170502064935-8f0203be8912
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v0.0.0-20170417080815-0967fc9aceab
github.com/sugyan/ttyread v0.0.0-20140728103301-67501e8d8a3b // indirect
github.com/sugyan/ttyrec2gif v0.0.0-20160704070044-d25ebb322ff0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb
google.golang.org/grpc v1.24.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.3.6
gopkg.in/yaml.v2 v2.2.7
)