goc/go.mod
Changjun Ji 0a36185ebe
add coverage server (#4)
* add coverage server

* remove noise comments
2020-05-13 16:27:19 +08:00

11 lines
223 B
Modula-2

module github.com/qiniu/goc
go 1.13
require (
github.com/gin-gonic/gin v1.6.3
github.com/spf13/cobra v1.0.0
golang.org/x/tools v0.0.0-20200303214625-2b0b585e22fe
k8s.io/test-infra v0.0.0-20200511080351-8ac9dbfab055
)