-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 693 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/panjjo/ppp
go 1.13
require (
github.com/agtorre/gocolorize v1.0.0 // indirect
github.com/golang/protobuf v1.3.5
github.com/hprose/hprose-golang v2.0.4+incompatible // indirect
github.com/panjjo/log4go v0.0.0-20161217074253-5bde1464d311 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.6.2
go.uber.org/zap v1.14.1 // indirect
gogs.yunss.com/go/k8s v0.0.0-20191115021454-06a7ca2c753e
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
google.golang.org/grpc v1.28.0
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
)