2024-11-19 03:32:10 +00:00
|
|
|
module github.com/ar0c/goc/v2
|
2021-03-25 15:22:21 +00:00
|
|
|
|
2024-09-05 07:10:18 +00:00
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
toolchain go1.22.5
|
2021-03-25 15:22:21 +00:00
|
|
|
|
2021-04-04 03:42:05 +00:00
|
|
|
require (
|
2021-06-10 12:03:47 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.2
|
2021-09-08 02:54:18 +00:00
|
|
|
github.com/go-resty/resty/v2 v2.6.0
|
2021-07-23 07:25:03 +00:00
|
|
|
github.com/gofrs/flock v0.8.1
|
2021-06-10 12:03:47 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-04-04 03:42:05 +00:00
|
|
|
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
|
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
|
2021-07-12 08:39:16 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2021-07-22 11:57:56 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.4
|
|
|
|
github.com/onsi/gomega v1.14.0
|
2021-04-04 03:42:05 +00:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2021-06-10 12:03:47 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-07-12 08:39:16 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-06-10 12:03:47 +00:00
|
|
|
github.com/tongjingran/copy v1.4.2
|
2021-06-19 08:17:29 +00:00
|
|
|
go.uber.org/zap v1.17.0
|
2024-09-05 07:10:18 +00:00
|
|
|
golang.org/x/mod v0.21.0
|
|
|
|
golang.org/x/term v0.12.0
|
|
|
|
golang.org/x/tools v0.13.0
|
2021-07-22 11:57:56 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-06-19 08:17:29 +00:00
|
|
|
k8s.io/kubectl v0.21.2
|
|
|
|
k8s.io/test-infra v0.0.0-20210618100605-34aa2f2aa75b
|
2021-04-04 03:42:05 +00:00
|
|
|
)
|
2021-06-19 08:17:29 +00:00
|
|
|
|
2024-03-06 08:49:35 +00:00
|
|
|
require (
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
|
github.com/go-logr/logr v0.4.0 // indirect
|
|
|
|
github.com/go-playground/locales v0.13.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
|
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
|
|
github.com/google/gofuzz v1.2.1-0.20210504230335-f78f29fc09ea // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/ugorji/go/codec v1.1.7 // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
2024-09-05 07:10:18 +00:00
|
|
|
golang.org/x/crypto v0.13.0 // indirect
|
|
|
|
golang.org/x/net v0.15.0 // indirect
|
2024-03-06 08:49:35 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
|
2024-09-05 07:10:18 +00:00
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2024-03-06 08:49:35 +00:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
k8s.io/api v0.21.2 // indirect
|
|
|
|
k8s.io/apimachinery v0.21.2 // indirect
|
|
|
|
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible // indirect
|
|
|
|
k8s.io/klog/v2 v2.8.0 // indirect
|
|
|
|
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.1.0 // indirect
|
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
|
|
)
|
|
|
|
|
2021-06-19 08:17:29 +00:00
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.21.1
|