Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit f4a6d42

Browse files
committed
Bump OTC-Sumo version
1 parent 21d6b4d commit f4a6d42

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43
6666
)
6767

68-
replace go.opentelemetry.io/collector => github.com/SumoLogic/opentelemetry-collector v0.16.0-sumo
68+
replace go.opentelemetry.io/collector => github.com/SumoLogic/opentelemetry-collector v0.16.2-sumo
6969

7070
// Replace references to modules that are in this repository with their relateive paths
7171
// so that we always build with current (latest) version of the source code.

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ github.com/Showmax/go-fqdn v1.0.0/go.mod h1:SfrFBzmDCtCGrnHhoDjuvFnKsWjEQX/Q9ARZ
142142
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
143143
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d h1:G0m3OIz70MZUWq3EgK3CesDbo8upS2Vm9/P3FtgI+Jk=
144144
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
145+
github.com/SumoLogic/opentelemetry-collector v0.16.0-sumo h1:uK+fq9Sr48FgfhI7a9VLu6Oq8F0XnznrGtuxeOVMIt0=
146+
github.com/SumoLogic/opentelemetry-collector v0.16.0-sumo/go.mod h1:xNZjorr8GTcoi4AZ2iFYHGmx+xgE1Ue/oJI+pxKkdjA=
147+
github.com/SumoLogic/opentelemetry-collector v0.16.2-sumo h1:zGlk0qGOEXGND6Fv01oP5BUk/7qO2Cqo+q8d6kT1XE4=
148+
github.com/SumoLogic/opentelemetry-collector v0.16.2-sumo/go.mod h1:xNZjorr8GTcoi4AZ2iFYHGmx+xgE1Ue/oJI+pxKkdjA=
145149
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=
146150
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
147151
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c=

0 commit comments

Comments
 (0)