-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (36 loc) · 1.6 KB
/
go.mod
File metadata and controls
38 lines (36 loc) · 1.6 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
module github.com/dcwangmit01/goapi-example
go 1.13
require (
cloud.google.com/go v0.38.0 // indirect
github.com/cloudflare/cfssl v1.4.1
github.com/dcwangmit01/goapi v0.2.1
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.3.1 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.12.1
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/justinas/alice v1.2.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-sqlite3 v2.0.2+incompatible // indirect
github.com/mikespook/gorbac v2.1.0+incompatible // indirect
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.1
github.com/satori/go.uuid v1.2.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1 // indirect
github.com/sugyan/ttyrec2gif v0.0.0-20160704070044-d25ebb322ff0
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb
google.golang.org/grpc v1.26.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
)