Skip to content

Commit 23bf9c0

Browse files
committed
fix: run codegen
Signed-off-by: hectorj2f <[email protected]>
1 parent b19391e commit 23bf9c0

File tree

14 files changed

+1468
-229
lines changed

14 files changed

+1468
-229
lines changed

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@ require (
1111
github.com/google/go-containerregistry v0.20.3
1212
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20230919002926-dbcd01c402b2
1313
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20230919002926-dbcd01c402b2
14-
github.com/hashicorp/errwrap v1.1.0
15-
github.com/hashicorp/go-cleanhttp v0.5.2
16-
github.com/hashicorp/go-multierror v1.1.1
17-
github.com/hashicorp/go-retryablehttp v0.7.7
18-
github.com/hashicorp/go-rootcerts v1.0.2
19-
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
20-
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
21-
github.com/hashicorp/go-sockaddr v1.0.7
22-
github.com/hashicorp/golang-lru v1.0.2
23-
github.com/hashicorp/hcl v1.0.1-vault-7
14+
github.com/hashicorp/errwrap v1.1.0 // indirect
15+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
16+
github.com/hashicorp/go-multierror v1.1.1 // indirect
17+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
18+
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
19+
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
20+
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
21+
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
22+
github.com/hashicorp/golang-lru v1.0.2 // indirect
23+
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
2424
github.com/kelseyhightower/envconfig v1.4.0
25-
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec
26-
github.com/mitchellh/go-homedir v1.1.0
27-
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
28-
github.com/ryanuber/go-glob v1.0.0
25+
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
26+
github.com/mitchellh/go-homedir v1.1.0 // indirect
27+
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
28+
github.com/ryanuber/go-glob v1.0.0 // indirect
2929
github.com/sigstore/cosign/v2 v2.5.0
3030
github.com/sigstore/rekor v1.3.10
3131
github.com/sigstore/sigstore v1.9.3
3232
github.com/stretchr/testify v1.10.0
3333
github.com/theupdateframework/go-tuf v0.7.0
34-
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
34+
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
3535
go.uber.org/zap v1.27.0
36-
golang.org/x/crypto v0.37.0
37-
golang.org/x/net v0.39.0
36+
golang.org/x/crypto v0.37.0 // indirect
37+
golang.org/x/net v0.39.0 // indirect
3838
golang.org/x/sys v0.32.0 // indirect
39-
golang.org/x/time v0.11.0
39+
golang.org/x/time v0.11.0 // indirect
4040
google.golang.org/grpc v1.71.0 // indirect
4141
google.golang.org/protobuf v1.36.6
42-
gopkg.in/yaml.v3 v3.0.1
42+
gopkg.in/yaml.v3 v3.0.1 // indirect
4343
k8s.io/api v0.32.3
4444
k8s.io/apimachinery v0.32.3
4545
k8s.io/client-go v0.32.3
@@ -57,11 +57,9 @@ require (
5757
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
5858
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0
5959
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.9.1
60-
github.com/cenkalti/backoff/v4 v4.3.0
6160
github.com/docker/docker v28.1.1+incompatible
6261
github.com/docker/docker-credential-helpers v0.9.3
6362
github.com/docker/go-connections v0.5.0
64-
github.com/go-jose/go-jose/v4 v4.1.0
6563
github.com/hashicorp/golang-lru/v2 v2.0.7
6664
github.com/sigstore/protobuf-specs v0.4.1
6765
github.com/sigstore/scaffolding v0.7.22
@@ -135,6 +133,7 @@ require (
135133
github.com/blang/semver v3.5.1+incompatible // indirect
136134
github.com/blang/semver/v4 v4.0.0 // indirect
137135
github.com/blendle/zapdriver v1.3.1 // indirect
136+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
138137
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
139138
github.com/cespare/xxhash/v2 v2.3.0 // indirect
140139
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
@@ -161,6 +160,7 @@ require (
161160
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
162161
github.com/go-chi/chi v4.1.2+incompatible // indirect
163162
github.com/go-ini/ini v1.67.0 // indirect
163+
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
164164
github.com/go-kit/log v0.2.1 // indirect
165165
github.com/go-logfmt/logfmt v0.5.1 // indirect
166166
github.com/go-logr/logr v1.4.2 // indirect
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Compiled Object files, Static and Dynamic libs (Shared Objects)
2+
*.o
3+
*.a
4+
*.so
5+
6+
# Folders
7+
_obj
8+
_test
9+
10+
# Architecture specific extensions/prefixes
11+
*.[568vq]
12+
[568vq].out
13+
14+
*.cgo1.go
15+
*.cgo2.c
16+
_cgo_defun.c
17+
_cgo_gotypes.go
18+
_cgo_export.*
19+
20+
_testmain.go
21+
22+
*.exe
23+
*.test
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
4+
linters:
5+
fast: false
6+
disable-all: true
7+
enable:
8+
- revive
9+
- megacheck
10+
- govet
11+
- unconvert
12+
- gas
13+
- gocyclo
14+
- dupl
15+
- misspell
16+
- unparam
17+
- unused
18+
- typecheck
19+
- ineffassign
20+
# - stylecheck
21+
- exportloopref
22+
- gocritic
23+
- nakedret
24+
- gosimple
25+
- prealloc
26+
27+
# golangci-lint configuration file
28+
linters-settings:
29+
revive:
30+
ignore-generated-header: true
31+
severity: warning
32+
rules:
33+
- name: package-comments
34+
severity: warning
35+
disabled: true
36+
- name: exported
37+
severity: warning
38+
disabled: false
39+
arguments: ["checkPrivateReceivers", "disableStutteringCheck"]
40+
41+
issues:
42+
exclude-use-default: false
43+
exclude-rules:
44+
- path: _test\.go
45+
linters:
46+
- dupl

0 commit comments

Comments
 (0)