module github.com/qiniu/goc go 1.13 require ( github.com/gin-gonic/gin v1.6.3 github.com/google/go-github v17.0.0+incompatible github.com/hashicorp/go-retryablehttp v0.6.6 github.com/julienschmidt/httprouter v1.2.0 github.com/mattn/go-runewidth v0.0.9 // indirect github.com/olekukonko/tablewriter v0.0.4 github.com/onsi/ginkgo v1.11.0 github.com/onsi/gomega v1.8.1 github.com/otiai10/copy v1.0.2 github.com/qiniu/api.v7/v7 v7.5.0 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.5.1 golang.org/x/net v0.0.0-20200301022130-244492dfa37a golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d golang.org/x/tools v0.0.0-20200329025819-fd4102a86c65 k8s.io/kubernetes v1.13.0 k8s.io/test-infra v0.0.0-20200511080351-8ac9dbfab055 )