Skip to content

Commit b1746f3

Browse files
authored
Merge pull request #64 from trimble-oss/mod_updates
Mod tidy
2 parents 6d646ee + 5e65839 commit b1746f3

2 files changed

Lines changed: 11 additions & 412 deletions

File tree

go.mod

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,15 @@ require (
2828

2929
require (
3030
golang.org/x/crypto v0.48.0 // indirect
31-
golang.org/x/net v0.49.0 // indirect
3231
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
3332
)
3433

3534
require (
3635
filippo.io/edwards25519 v1.1.1 // indirect
3736
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3837
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
39-
github.com/go-logr/logr v1.4.3 // indirect
40-
github.com/go-logr/stdr v1.2.2 // indirect
41-
github.com/golang/protobuf v1.5.4 // indirect
42-
github.com/kr/text v0.2.0 // indirect
43-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
44-
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
45-
go.opentelemetry.io/otel/metric v1.40.0 // indirect
38+
github.com/kr/pretty v0.3.1 // indirect
39+
github.com/rogpeppe/go-internal v1.14.1 // indirect
4640
golang.org/x/mod v0.32.0 // indirect
4741
golang.org/x/sys v0.41.0 // indirect
4842
golang.org/x/telemetry v0.0.0-20260109210033-bd525da824e2 // indirect

0 commit comments

Comments
 (0)