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

chore(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.28.0 #4177

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/argoproj/argo-rollouts

go 1.23.4
toolchain go1.24.1

require (
github.com/antonmedv/expr v1.15.5
@@ -38,7 +39,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/tj/assert v0.0.3
github.com/valyala/fasttemplate v1.2.2
golang.org/x/oauth2 v0.26.0
golang.org/x/oauth2 v0.28.0
golang.org/x/sync v0.11.0
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a
google.golang.org/grpc v1.70.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -879,8 +879,8 @@ golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4Iltr
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE=
golang.org/x/oauth2 v0.26.0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE=
golang.org/x/oauth2 v0.26.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc=
golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

Unchanged files with check annotations Beta

v1alpha1 "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
types "k8s.io/apimachinery/pkg/types"

Check failure on line 27 in pkg/client/clientset/versioned/typed/rollouts/v1alpha1/fake/fake_analysisrun.go

GitHub Actions / Lint Go code

could not import k8s.io/apimachinery/pkg/types (-: could not load export data: internal error in importing "k8s.io/apimachinery/pkg/types" (unsupported version: 2); please report an issue) (typecheck)
watch "k8s.io/apimachinery/pkg/watch"
testing "k8s.io/client-go/testing"
)
// Get takes name of the analysisRun, and returns the corresponding analysisRun object, and an error if there is any.
func (c *FakeAnalysisRuns) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.AnalysisRun, err error) {
obj, err := c.Fake.
Invokes(testing.NewGetAction(analysisrunsResource, c.ns, name), &v1alpha1.AnalysisRun{})

Check failure on line 45 in pkg/client/clientset/versioned/typed/rollouts/v1alpha1/fake/fake_analysisrun.go

GitHub Actions / Lint Go code

c.Fake.Invokes undefined (type *FakeArgoprojV1alpha1 has no field or method Invokes) (typecheck)
if obj == nil {
return nil, err
)
func main() {
klog.InitFlags(nil)

Check failure on line 20 in cmd/kubectl-argo-rollouts/main.go

GitHub Actions / Lint Go code

undefined: klog (typecheck)
logutil.SetKLogLogger(log.New())
streams := genericclioptions.IOStreams{In: os.Stdin, Out: os.Stdout, ErrOut: os.Stderr}
o := options.NewArgoRolloutsOptions(streams)
if err != nil {
return nil, metadata, err
}
header, err := stream.Header()

Check failure on line 150 in pkg/apiclient/rollout/rollout.pb.gw.go

GitHub Actions / Lint Go code

stream.Header undefined (type RolloutService_WatchRolloutInfoClient has no field or method Header) (typecheck)
if err != nil {
return nil, metadata, err
}
if err != nil {
return nil, metadata, err
}
header, err := stream.Header()

Check failure on line 239 in pkg/apiclient/rollout/rollout.pb.gw.go

GitHub Actions / Lint Go code

stream.Header undefined (type RolloutService_WatchRolloutInfosClient has no field or method Header) (typecheck)
if err != nil {
return nil, metadata, err
}
io "io"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
math "math"
math_bits "math/bits"

Check failure on line 19 in pkg/apiclient/rollout/rollout.pb.go

GitHub Actions / Lint Go code

could not import math/bits (-: could not load export data: internal error in importing "math/bits" (unsupported version: 2); please report an issue) (typecheck)
)
// Reference imports to suppress errors if they are not otherwise used.
func NewArgoRolloutsOptions(streams genericclioptions.IOStreams) *ArgoRolloutsOptions {
logCtx := log.New()
logCtx.SetOutput(streams.ErrOut)
klog.SetOutput(streams.ErrOut)

Check failure on line 47 in pkg/kubectl-argo-rollouts/options/options.go

GitHub Actions / Lint Go code

undefined: klog (typecheck)
configFlags := genericclioptions.NewConfigFlags(true)
return &ArgoRolloutsOptions{
func (o *ArgoRolloutsOptions) PersistentPreRunE(c *cobra.Command, args []string) error {
// NOTE: we set the output of the cobra command to stderr because the only thing that should
// emit to this are returned errors from command.RunE
c.SetOut(o.ErrOut)

Check failure on line 77 in pkg/kubectl-argo-rollouts/options/options.go

GitHub Actions / Lint Go code

o.ErrOut undefined (type *ArgoRolloutsOptions has no field or method ErrOut) (typecheck)
c.SetErr(o.ErrOut)

Check failure on line 78 in pkg/kubectl-argo-rollouts/options/options.go

GitHub Actions / Lint Go code

o.ErrOut undefined (type *ArgoRolloutsOptions has no field or method ErrOut) (typecheck)
level, err := log.ParseLevel(o.LogLevel)
if err != nil {
return err
v1alpha1 "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1"
scheme "github.com/argoproj/argo-rollouts/pkg/client/clientset/versioned/scheme"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"

Check failure on line 28 in pkg/client/clientset/versioned/typed/rollouts/v1alpha1/analysisrun.go

GitHub Actions / Lint Go code

could not import k8s.io/apimachinery/pkg/types (-: could not load export data: internal error in importing "k8s.io/apimachinery/pkg/types" (unsupported version: 2); please report an issue) (typecheck)
watch "k8s.io/apimachinery/pkg/watch"
rest "k8s.io/client-go/rest"
)