Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update etc modules #848

Merged
merged 3 commits into from Oct 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -6,15 +6,15 @@ orbs:
jobs:
debug-tag:
docker:
- image: cimg/base:2022.06
- image: cimg/base:2022.10
steps:
- checkout
- run: |
echo "running for tag ${CIRCLE_TAG}"

update-krew-index:
docker:
- image: cimg/go:1.18.3
- image: cimg/go:1.19.2

environment:
KREW_RELEASE_BOT_VERSION: v0.0.38
Expand Down
2 changes: 1 addition & 1 deletion cmd/update/app/command.go
Expand Up @@ -77,7 +77,7 @@ func New(config Config) (*cobra.Command, error) {
Short: shortDescription,
Long: longDescription,
Example: examples,
Args: cobra.ExactValidArgs(0),
Args: cobra.MatchAll(cobra.ExactArgs(0), cobra.OnlyValidArgs),
RunE: r.Run,
PreRunE: middleware.Compose(
renewtoken.Middleware(*config.ConfigFlags),
Expand Down
2 changes: 1 addition & 1 deletion cmd/update/cluster/command.go
Expand Up @@ -82,7 +82,7 @@ func New(config Config) (*cobra.Command, error) {
Short: shortDescription,
Long: longDescription,
Example: examples,
Args: cobra.ExactValidArgs(0),
Args: cobra.MatchAll(cobra.ExactArgs(0), cobra.OnlyValidArgs),
RunE: r.Run,
PreRunE: middleware.Compose(
renewtoken.Middleware(*config.ConfigFlags),
Expand Down
46 changes: 24 additions & 22 deletions go.mod
@@ -1,13 +1,13 @@
module github.com/giantswarm/kubectl-gs

go 1.17
go 1.19

require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/gopenpgp/v2 v2.4.8
github.com/ProtonMail/gopenpgp/v2 v2.4.10
github.com/blang/semver v3.5.1+incompatible
github.com/blang/semver/v4 v4.0.0
github.com/coreos/go-oidc/v3 v3.2.0
github.com/coreos/go-oidc/v3 v3.4.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.13.0
github.com/giantswarm/apiextensions-application v0.6.0
Expand All @@ -21,20 +21,20 @@ require (
github.com/giantswarm/micrologger v0.6.0
github.com/giantswarm/organization-operator v1.0.3
github.com/giantswarm/release-operator/v3 v3.2.0
github.com/google/go-cmp v0.5.8
github.com/google/go-cmp v0.5.9
github.com/imdario/mergo v0.3.13
github.com/pkg/errors v0.9.1
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/afero v1.8.2
github.com/spf13/cobra v1.5.0
github.com/spf13/afero v1.9.2
github.com/spf13/cobra v1.6.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.8.0
github.com/xeipuuv/gojsonschema v1.2.0
go.mozilla.org/sops/v3 v3.7.3
golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1
gopkg.in/square/go-jose.v2 v2.6.0
gotest.tools/v3 v3.3.0
gotest.tools/v3 v3.4.0
k8s.io/api v0.24.3
k8s.io/apiextensions-apiserver v0.24.1
k8s.io/apimachinery v0.24.3
Expand All @@ -48,7 +48,7 @@ require (
)

require (
cloud.google.com/go/compute v1.5.0 // indirect
cloud.google.com/go/compute v1.7.0 // indirect
filippo.io/age v1.0.0 // indirect
github.com/Azure/azure-sdk-for-go v65.0.0+incompatible // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
Expand All @@ -63,7 +63,7 @@ require (
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20220822140716-1678d6eb0cbe // indirect
github.com/ProtonMail/go-mime v0.0.0-20220302105931-303f85f7fe0f // indirect
github.com/armon/go-metrics v0.3.10 // indirect
github.com/armon/go-radix v1.0.0 // indirect
Expand All @@ -73,6 +73,7 @@ require (
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cloudflare/circl v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
Expand Down Expand Up @@ -101,7 +102,8 @@ require (
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa // indirect
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
github.com/goware/prefixer v0.0.0-20160118172347-395022866408 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand All @@ -126,7 +128,7 @@ require (
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
Expand Down Expand Up @@ -173,16 +175,16 @@ require (
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/api v0.74.0 // indirect
google.golang.org/api v0.84.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf // indirect
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90 // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
Expand All @@ -199,11 +201,11 @@ require (
)

replace (
github.com/containerd/containerd => github.com/containerd/containerd v1.6.6 // [CVE-2022-31030]
github.com/coreos/etcd => go.etcd.io/etcd/client/v3 v3.5.2
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.2.0
github.com/containerd/containerd => github.com/containerd/containerd v1.6.8 // [CVE-2022-31030]
github.com/coreos/etcd => go.etcd.io/etcd/client/v3 v3.5.5
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
github.com/docker/distribution v2.7.1+incompatible => github.com/docker/distribution v2.8.0+incompatible
github.com/docker/docker => github.com/moby/moby v20.10.12+incompatible // Use moby v20.10.x to fix build issue on darwin.
github.com/docker/docker => github.com/moby/moby v20.10.18+incompatible // Use moby v20.10.x to fix build issue on darwin.
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 // [CVE-2021-3121]
github.com/gorilla/websocket v1.4.0 => github.com/gorilla/websocket v1.4.2
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.0.4
Expand Down