2020-05-09 07:34:47 +00:00
|
|
|
module github.com/qiniu/goc
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2020-05-13 08:27:19 +00:00
|
|
|
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
|
|
|
|
)
|