@@ -21,7 +21,7 @@ require (
21
21
github.com/mattn/go-colorable v0.1.13
22
22
github.com/mitchellh/go-homedir v1.1.0
23
23
github.com/owenrumney/go-sarif/v2 v2.3.3
24
- github.com/sigstore/sigstore-go v0.6.2
24
+ github.com/sigstore/sigstore-go v0.7.0
25
25
github.com/sourcegraph/go-lsp v0.0.0-20200429204803-219e11d77f5d
26
26
github.com/sourcegraph/jsonrpc2 v0.2.0
27
27
github.com/spf13/afero v1.11.0
@@ -35,23 +35,35 @@ require (
35
35
golang.org/x/net v0.34.0
36
36
golang.org/x/oauth2 v0.25.0
37
37
golang.org/x/text v0.21.0
38
- google.golang.org/grpc v1.69.2
38
+ google.golang.org/grpc v1.69.4
39
39
)
40
40
41
41
require (
42
- cloud.google.com/go v0.112.1 // indirect
43
- cloud.google.com/go/compute/metadata v0.5.2 // indirect
44
- cloud.google.com/go/iam v1.1.6 // indirect
45
- cloud.google.com/go/storage v1.39.1 // indirect
42
+ cel.dev/expr v0.16.2 // indirect
43
+ cloud.google.com/go v0.116.0 // indirect
44
+ cloud.google.com/go/auth v0.13.0 // indirect
45
+ cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
46
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
47
+ cloud.google.com/go/iam v1.2.2 // indirect
48
+ cloud.google.com/go/monitoring v1.21.2 // indirect
49
+ cloud.google.com/go/storage v1.45.0 // indirect
50
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.2 // indirect
51
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
52
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
46
53
github.com/Masterminds/semver/v3 v3.3.0 // indirect
47
54
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
48
55
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
49
- github.com/aws/aws-sdk-go v1.51.6 // indirect
56
+ github.com/aws/aws-sdk-go v1.55.5 // indirect
50
57
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
51
58
github.com/blang/semver v3.5.1+incompatible // indirect
59
+ github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
60
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
61
+ github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
52
62
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
53
63
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
54
64
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
65
+ github.com/envoyproxy/go-control-plane v0.13.1 // indirect
66
+ github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
55
67
github.com/felixge/httpsnoop v1.0.4 // indirect
56
68
github.com/fsnotify/fsnotify v1.7.0 // indirect
57
69
github.com/go-chi/chi v4.1.2+incompatible // indirect
@@ -70,16 +82,15 @@ require (
70
82
github.com/go-openapi/validate v0.24.0 // indirect
71
83
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
72
84
github.com/golang/protobuf v1.5.4 // indirect
73
- github.com/google/certificate-transparency-go v1.2 .1 // indirect
85
+ github.com/google/certificate-transparency-go v1.3 .1 // indirect
74
86
github.com/google/go-containerregistry v0.20.2 // indirect
75
87
github.com/google/go-querystring v1.1.0 // indirect
76
- github.com/google/s2a-go v0.1.7 // indirect
77
- github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
78
- github.com/googleapis/gax-go/v2 v2.12.3 // indirect
88
+ github.com/google/s2a-go v0.1.8 // indirect
89
+ github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
90
+ github.com/googleapis/gax-go/v2 v2.14.1 // indirect
79
91
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
80
92
github.com/hashicorp/go-getter v1.7.6 // indirect
81
93
github.com/hashicorp/go-hclog v1.6.3 // indirect
82
- github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
83
94
github.com/hashicorp/go-safetemp v1.0.0 // indirect
84
95
github.com/hashicorp/hcl v1.0.0 // indirect
85
96
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
@@ -89,9 +100,9 @@ require (
89
100
github.com/in-toto/in-toto-golang v0.9.0 // indirect
90
101
github.com/inconshreveable/mousetrap v1.1.0 // indirect
91
102
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b // indirect
92
- github.com/jmespath/go-jmespath v0.4.0 // indirect
103
+ github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
93
104
github.com/josharian/intern v1.0.0 // indirect
94
- github.com/klauspost/compress v1.17.4 // indirect
105
+ github.com/klauspost/compress v1.17.11 // indirect
95
106
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
96
107
github.com/magiconair/properties v1.8.7 // indirect
97
108
github.com/mailru/easyjson v0.7.7 // indirect
@@ -103,54 +114,58 @@ require (
103
114
github.com/oklog/ulid v1.3.1 // indirect
104
115
github.com/opencontainers/go-digest v1.0.0 // indirect
105
116
github.com/opentracing/opentracing-go v1.2.0 // indirect
106
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
117
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
107
118
github.com/pkg/errors v0.9.1 // indirect
119
+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
108
120
github.com/sagikazarmark/locafero v0.4.0 // indirect
109
121
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
110
122
github.com/sassoftware/relic v7.2.1+incompatible // indirect
111
- github.com/secure-systems-lab/go-securesystemslib v0.8 .0 // indirect
123
+ github.com/secure-systems-lab/go-securesystemslib v0.9 .0 // indirect
112
124
github.com/shibumi/go-pathspec v1.3.0 // indirect
113
- github.com/sigstore/protobuf-specs v0.3.2 // indirect
114
- github.com/sigstore/rekor v1.3.6 // indirect
115
- github.com/sigstore/sigstore v1.8.9 // indirect
116
- github.com/sigstore/timestamp-authority v1.2.2 // indirect
125
+ github.com/sigstore/protobuf-specs v0.3.3 // indirect
126
+ github.com/sigstore/rekor v1.3.8 // indirect
127
+ github.com/sigstore/sigstore v1.8.12 // indirect
128
+ github.com/sigstore/timestamp-authority v1.2.4 // indirect
117
129
github.com/sourcegraph/conc v0.3.0 // indirect
118
- github.com/spf13/cast v1.6 .0 // indirect
130
+ github.com/spf13/cast v1.7 .0 // indirect
119
131
github.com/spf13/cobra v1.8.1 // indirect
120
132
github.com/spf13/pflag v1.0.5 // indirect
121
- github.com/spf13/viper v1.18.2 // indirect
133
+ github.com/spf13/viper v1.19.0 // indirect
122
134
github.com/subosito/gotenv v1.6.0 // indirect
123
135
github.com/theupdateframework/go-tuf v0.7.0 // indirect
124
- github.com/theupdateframework/go-tuf/v2 v2.0.1 // indirect
136
+ github.com/theupdateframework/go-tuf/v2 v2.0.2 // indirect
125
137
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
126
138
github.com/transparency-dev/merkle v0.0.2 // indirect
127
- github.com/ulikunitz/xz v0.5.11 // indirect
139
+ github.com/ulikunitz/xz v0.5.12 // indirect
128
140
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
129
141
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
130
142
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
131
143
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
132
144
go.mongodb.org/mongo-driver v1.14.0 // indirect
133
145
go.opencensus.io v0.24.0 // indirect
134
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
135
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
146
+ go.opentelemetry.io/contrib/detectors/gcp v1.31.0 // indirect
147
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
148
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
136
149
go.opentelemetry.io/otel v1.31.0 // indirect
137
150
go.opentelemetry.io/otel/metric v1.31.0 // indirect
151
+ go.opentelemetry.io/otel/sdk v1.31.0 // indirect
152
+ go.opentelemetry.io/otel/sdk/metric v1.31.0 // indirect
138
153
go.opentelemetry.io/otel/trace v1.31.0 // indirect
139
154
go.uber.org/multierr v1.11.0 // indirect
140
155
go.uber.org/zap v1.27.0 // indirect
141
- golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
156
+ golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
142
157
golang.org/x/mod v0.22.0 // indirect
143
158
golang.org/x/sync v0.10.0 // indirect
144
159
golang.org/x/sys v0.29.0 // indirect
145
160
golang.org/x/term v0.28.0 // indirect
146
- golang.org/x/time v0.5 .0 // indirect
161
+ golang.org/x/time v0.9 .0 // indirect
147
162
golang.org/x/tools v0.29.0 // indirect
148
- google.golang.org/api v0.172 .0 // indirect
149
- google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
150
- google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
151
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
152
- google.golang.org/protobuf v1.36.2 // indirect
163
+ google.golang.org/api v0.216 .0 // indirect
164
+ google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
165
+ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
166
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
167
+ google.golang.org/protobuf v1.36.3 // indirect
153
168
gopkg.in/ini.v1 v1.67.0 // indirect
154
169
gopkg.in/yaml.v3 v3.0.1 // indirect
155
- k8s.io/klog/v2 v2.120 .1 // indirect
170
+ k8s.io/klog/v2 v2.130 .1 // indirect
156
171
)
0 commit comments