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
12 changes: 2 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,14 @@ module github.com/ctripcloud/starter
go 1.13

require (
github.com/YueHonghui/rfw v1.0.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gin-gonic/gin v1.7.0
github.com/go-xorm/xorm v0.7.9
github.com/gokits/cfg v0.1.5
github.com/gokits/gotools v1.0.0
github.com/gokits/rfw v1.0.0
github.com/gokits/stdlogger v0.2.1
github.com/gorilla/websocket v1.4.1 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/satori/go.uuid v1.2.0 // indirect
go.uber.org/zap v1.13.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.0
k8s.io/api v0.17.0 // indirect
k8s.io/client-go v11.0.0+incompatible // indirect
k8s.io/utils v0.0.0-20191218082557-f07c713de883 // indirect
)
Loading