Skip to content

Commit 2108308

Browse files
committed
Revert go decl of 1.22.0
1 parent a6681a1 commit 2108308

File tree

58 files changed

+58
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+58
-58
lines changed

bridges/otellogr/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/otellogr
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/go-logr/logr v1.4.2

bridges/otellogrus/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/otellogrus
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/sirupsen/logrus v1.9.3

bridges/otelslog/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/otelslog
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

bridges/otelzap/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/otelzap
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

bridges/prometheus/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/bridges/prometheus
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/prometheus/client_golang v1.20.5

detectors/aws/ec2/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/detectors/aws/ec2
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.5

detectors/aws/ecs/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/detectors/aws/ecs
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/brunoscheufler/aws-ecs-metadata-go v0.0.0-20221221133751-67e37ae746cd

detectors/aws/lambda/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/detectors/aws/lambda
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

detectors/azure/azurevm/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/detectors/azure/azurevm
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

detectors/gcp/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/detectors/gcp
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
cloud.google.com/go/compute/metadata v0.5.2

examples/dice/instrumented/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/examples/dice/instrumented
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
go.opentelemetry.io/contrib/bridges/otelslog v0.7.0

examples/namedtracer/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/examples/namedtracer
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/go-logr/stdr v1.2.2

examples/opencensus/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/examples/opencensus
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
go.opencensus.io v0.24.0

examples/passthrough/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/examples/passthrough
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
go.opentelemetry.io/otel v1.33.0

examples/prometheus/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/examples/prometheus
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/prometheus/client_golang v1.20.5

examples/zipkin/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/examples/zipkin
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
go.opentelemetry.io/otel v1.33.0

instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/example
22

3-
go 1.22.0
3+
go 1.22
44

55
replace (
66
go.opentelemetry.io/contrib/detectors/aws/lambda => ../../../../../../detectors/aws/lambda

instrumentation/github.com/aws/aws-lambda-go/otellambda/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/aws/aws-lambda-go v1.47.0

instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/test
22

3-
go 1.22.0
3+
go 1.22
44

55
replace (
66
go.opentelemetry.io/contrib/detectors/aws/lambda => ../../../../../../detectors/aws/lambda

instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example
22

3-
go 1.22.0
3+
go 1.22
44

55
replace go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws => ../
66

instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.32.6

instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.32.6

instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful/example
22

3-
go 1.22.0
3+
go 1.22
44

55
replace (
66
go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful => ../

instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful
22

3-
go 1.22.0
3+
go 1.22
44

55
replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators/b3
66

instrumentation/github.com/emicklei/go-restful/otelrestful/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful/test
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/emicklei/go-restful/v3 v3.12.1

instrumentation/github.com/gin-gonic/gin/otelgin/example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin/example
22

3-
go 1.22.0
3+
go 1.22
44

55
replace (
66
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin => ../

instrumentation/github.com/gin-gonic/gin/otelgin/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/gin-gonic/gin v1.10.0

instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin/test
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/gin-gonic/gin v1.10.0

instrumentation/github.com/gorilla/mux/otelmux/example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux/example
22

3-
go 1.22.0
3+
go 1.22
44

55
replace go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux => ../
66

instrumentation/github.com/gorilla/mux/otelmux/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/felixge/httpsnoop v1.0.4

instrumentation/github.com/gorilla/mux/otelmux/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux/test
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/gorilla/mux v1.8.1

instrumentation/github.com/labstack/echo/otelecho/example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho/example
22

3-
go 1.22.0
3+
go 1.22
44

55
replace (
66
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho => ../

instrumentation/github.com/labstack/echo/otelecho/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
22

3-
go 1.22.0
3+
go 1.22
44

55
replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators/b3
66

instrumentation/github.com/labstack/echo/otelecho/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Deprecated: otelecho has no Code Owner.
22
module go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho/test
33

4-
go 1.22.0
4+
go 1.22
55

66
require (
77
github.com/labstack/echo/v4 v4.13.2

instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
go.mongodb.org/mongo-driver v1.17.1

instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

instrumentation/host/example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/host/example
22

3-
go 1.22.0
3+
go 1.22
44

55
replace go.opentelemetry.io/contrib/instrumentation/host => ../
66

instrumentation/host/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/host
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/shirou/gopsutil/v4 v4.24.11

instrumentation/net/http/httptrace/otelhttptrace/example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example
22

3-
go 1.22.0
3+
go 1.22
44

55
replace (
66
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace => ../

instrumentation/net/http/httptrace/otelhttptrace/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/google/go-cmp v0.6.0

instrumentation/net/http/httptrace/otelhttptrace/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/test
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

instrumentation/net/http/otelhttp/example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example
22

3-
go 1.22.0
3+
go 1.22
44

55
replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => ../
66

instrumentation/net/http/otelhttp/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/felixge/httpsnoop v1.0.4

instrumentation/net/http/otelhttp/internal/semconv/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv/test
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

instrumentation/net/http/otelhttp/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/test
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

instrumentation/runtime/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/instrumentation/runtime
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

processors/baggagecopy/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/processors/baggagecopy
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

processors/minsev/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/processors/minsev
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

propagators/autoprop/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.opentelemetry.io/contrib/propagators/autoprop
22

3-
go 1.22.0
3+
go 1.22
44

55
require (
66
github.com/stretchr/testify v1.10.0

0 commit comments

Comments
 (0)