File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.0
55require (
66 github.com/google/go-cmp v0.7.0
77 github.com/numtide/multigres-operator/api v0.0.0-20251224124005-355869230728
8- github.com/numtide/multigres-operator/pkg/resolver v0.0.0-00010101000000-000000000000
8+ github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260102120521-b5526742f4d1
99 github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20251214105213-458b940d04bd
1010 k8s.io/api v0.34.3
1111 k8s.io/apimachinery v0.34.3
@@ -76,5 +76,3 @@ require (
7676 sigs.k8s.io/structured-merge-diff/v6 v6.3.1 // indirect
7777 sigs.k8s.io/yaml v1.6.0 // indirect
7878)
79-
80- replace github.com/numtide/multigres-operator/pkg/resolver => ../resolver
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
9494github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
9595github.com/numtide/multigres-operator/api v0.0.0-20251224124005-355869230728 h1:a+iM4L0nC7kUgcAD1P+wuNJg4x0rjcy6rVZ3+vF52Cc =
9696github.com/numtide/multigres-operator/api v0.0.0-20251224124005-355869230728 /go.mod h1:A1bBmTxHr+362dGZ5G6u2S4xsP6enbgdUS/UJUOmKbc =
97+ github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260102120521-b5526742f4d1 h1:ZIni3ZVAryKwv8Mo1B/wzffZaY+yOmqwMgiOGpp0lfU =
98+ github.com/numtide/multigres-operator/pkg/resolver v0.0.0-20260102120521-b5526742f4d1 /go.mod h1:sM5pJBpBfMmU4IY8prQLBPilNtVk9XVlkn5iphJ0TxA =
9799github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20251214105213-458b940d04bd h1:gp55gShKenPt4r9K1EC3SKKeOMDDreypivBWzAD6XjQ =
98100github.com/numtide/multigres-operator/pkg/testutil v0.0.0-20251214105213-458b940d04bd /go.mod h1:+NQa7dSvQqxhBOE9XcE9RWXLvOvNaw0keCc29Y7pjyQ =
99101github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw =
You can’t perform that action at this time.
0 commit comments