Skip to content

Commit b273234

Browse files
Roll back knative.dev/pkg to roll back zapper version
1 parent bb24f0e commit b273234

File tree

2 files changed

+8
-83
lines changed

2 files changed

+8
-83
lines changed

api/go.mod

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require (
7373
go.opentelemetry.io/otel/sdk v1.22.0
7474
go.opentelemetry.io/otel/trace v1.24.0
7575
go.uber.org/automaxprocs v1.5.3
76-
go.uber.org/zap v1.27.0
76+
go.uber.org/zap v1.26.0
7777
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
7878
golang.org/x/text v0.14.0
7979
google.golang.org/api v0.169.0
@@ -89,7 +89,7 @@ require (
8989
k8s.io/apimachinery v0.29.2
9090
k8s.io/client-go v0.29.2
9191
knative.dev/networking v0.0.0-20240116081125-ce0738abf051
92-
knative.dev/pkg v0.0.0-20240311075308-106b052bd1a4
92+
knative.dev/pkg v0.0.0-20240116073220-b488e7be5902
9393
knative.dev/serving v0.40.1
9494
sigs.k8s.io/controller-runtime v0.17.2
9595
sigs.k8s.io/yaml v1.4.0
@@ -103,17 +103,11 @@ require (
103103
cloud.google.com/go/longrunning v0.5.5 // indirect
104104
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
105105
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
106-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 // indirect
107-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 // indirect
108-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 // indirect
109-
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect
110106
github.com/Microsoft/go-winio v0.6.1 // indirect
111107
github.com/VividCortex/ewma v1.2.0 // indirect
112-
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
113108
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220804214150-8b0cc382067f // indirect
114109
github.com/apache/thrift v0.16.0 // indirect
115110
github.com/aws/aws-sdk-go v1.50.0 // indirect
116-
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
117111
github.com/beorn7/perks v1.0.1 // indirect
118112
github.com/blendle/zapdriver v1.3.1 // indirect
119113
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
@@ -129,12 +123,10 @@ require (
129123
github.com/docker/distribution v2.8.2+incompatible // indirect
130124
github.com/docker/docker v25.0.0+incompatible // indirect
131125
github.com/docker/docker-credential-helpers v0.7.0 // indirect
132-
github.com/edsrzf/mmap-go v1.1.0 // indirect
133126
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
134127
github.com/emirpasic/gods v1.12.0 // indirect
135128
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
136129
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
137-
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
138130
github.com/felixge/httpsnoop v1.0.4 // indirect
139131
github.com/fsnotify/fsnotify v1.7.0 // indirect
140132
github.com/getsentry/raven-go v0.2.0 // indirect
@@ -148,7 +140,6 @@ require (
148140
github.com/go-openapi/jsonpointer v0.20.0 // indirect
149141
github.com/go-openapi/jsonreference v0.20.2 // indirect
150142
github.com/go-openapi/swag v0.22.4 // indirect
151-
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
152143
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
153144
github.com/golang/snappy v0.0.4 // indirect
154145
github.com/google/gnostic-models v0.6.8 // indirect
@@ -182,11 +173,9 @@ require (
182173
github.com/jinzhu/now v1.1.4 // indirect
183174
github.com/jmespath/go-jmespath v0.4.0 // indirect
184175
github.com/josharian/intern v1.0.0 // indirect
185-
github.com/jpillora/backoff v1.0.0 // indirect
186176
github.com/json-iterator/go v1.1.12 // indirect
187177
github.com/kevinburke/ssh_config v1.1.0 // indirect
188178
github.com/klauspost/compress v1.17.4 // indirect
189-
github.com/kylelemons/godebug v1.1.0 // indirect
190179
github.com/leodido/go-urn v1.2.1 // indirect
191180
github.com/lib/pq v1.10.2 // indirect
192181
github.com/magiconair/properties v1.8.5 // indirect
@@ -200,19 +189,15 @@ require (
200189
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
201190
github.com/modern-go/reflect2 v1.0.2 // indirect
202191
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
203-
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
204192
github.com/newrelic/go-agent v3.19.2+incompatible // indirect
205-
github.com/oklog/ulid v1.3.1 // indirect
206193
github.com/opencontainers/go-digest v1.0.0 // indirect
207194
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
208195
github.com/ory/keto-client-go v0.11.0-alpha.0 // indirect
209196
github.com/pelletier/go-toml v1.9.5 // indirect
210-
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
211197
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
212198
github.com/princjef/gomarkdoc v0.4.1 // indirect
213199
github.com/princjef/mageutil v1.0.0 // indirect
214200
github.com/prometheus/common v0.49.0 // indirect
215-
github.com/prometheus/common/sigv4 v0.1.0 // indirect
216201
github.com/prometheus/procfs v0.12.0 // indirect
217202
github.com/prometheus/statsd_exporter v0.25.0 // indirect
218203
github.com/rivo/uniseg v0.2.0 // indirect
@@ -236,7 +221,6 @@ require (
236221
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
237222
go.opentelemetry.io/otel/metric v1.24.0 // indirect
238223
go.uber.org/atomic v1.11.0 // indirect
239-
go.uber.org/goleak v1.3.0 // indirect
240224
go.uber.org/multierr v1.11.0 // indirect
241225
golang.org/x/crypto v0.21.0 // indirect
242226
golang.org/x/mod v0.16.0 // indirect

0 commit comments

Comments
 (0)