Skip to content

Commit 0401abf

Browse files
committed
go mod tidy
1 parent 3091841 commit 0401abf

File tree

2 files changed

+1
-332
lines changed

2 files changed

+1
-332
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ module github.com/SAP/metrics-operator
33
go 1.23.0
44

55
require (
6-
github.com/dynatrace-ace/dynatrace-go-api-client/api/v2/environment/dynatrace v0.0.0-20210816162345-de2eacc8ac9a
76
github.com/go-logr/logr v1.4.2
8-
github.com/google/go-cmp v0.6.0
97
github.com/google/uuid v1.6.0
108
github.com/hashicorp/golang-lru v0.5.1
119
github.com/openmcp-project/controller-utils v0.4.2
@@ -42,6 +40,7 @@ require (
4240
github.com/golang/protobuf v1.5.4 // indirect
4341
github.com/google/btree v1.1.3 // indirect
4442
github.com/google/gnostic-models v0.6.9 // indirect
43+
github.com/google/go-cmp v0.6.0 // indirect
4544
github.com/google/gofuzz v1.2.0 // indirect
4645
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
4746
github.com/josharian/intern v1.0.0 // indirect

0 commit comments

Comments
 (0)