Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ 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
github.com/stretchr/testify v1.4.0 // indirect
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
)
Loading