Skip to content

Commit 07abee8

Browse files
committed
build: update go.sum with missing entries after Go 1.26.3 upgrade
1 parent 7263c3e commit 07abee8

2 files changed

Lines changed: 20 additions & 92 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ require (
177177
github.com/muesli/cancelreader v0.2.2 // indirect
178178
github.com/ncruces/go-strftime v1.0.0 // indirect
179179
github.com/oklog/run v1.1.0 // indirect
180-
github.com/oklog/ulid v1.3.1 // indirect
180+
github.com/oklog/ulid/v2 v2.1.1 // indirect
181181
github.com/opencontainers/go-digest v1.0.0 // indirect
182182
github.com/pierrec/lz4/v4 v4.1.22 // indirect
183183
github.com/pkg/errors v0.9.1 // indirect
@@ -207,7 +207,6 @@ require (
207207
github.com/ugorji/go/codec v1.3.1 // indirect
208208
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
209209
github.com/zeebo/xxh3 v1.1.0 // indirect
210-
go.mongodb.org/mongo-driver v1.17.6 // indirect
211210
go.mongodb.org/mongo-driver/v2 v2.6.0 // indirect
212211
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
213212
go.opentelemetry.io/contrib/detectors/gcp v1.42.0 // indirect

0 commit comments

Comments
 (0)