This repository was archived by the owner on Apr 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ module github.com/kcp-dev/controller-runtime-example
33go 1.17
44
55require (
6- github.com/kcp-dev/apimachinery v0.0.0-20220627134323-8c44889e6e09
76 github.com/kcp-dev/kcp/pkg/apis v0.5.0-alpha.1
8- github.com/kcp-dev/logicalcluster v1.0.0
7+ github.com/kcp-dev/logicalcluster v1.1.1
98 github.com/onsi/ginkgo v1.16.5
109 github.com/onsi/gomega v1.17.0
1110 k8s.io/api v0.23.5
@@ -40,6 +39,7 @@ require (
4039 github.com/googleapis/gnostic v0.5.5 // indirect
4140 github.com/imdario/mergo v0.3.12 // indirect
4241 github.com/json-iterator/go v1.1.12 // indirect
42+ github.com/kcp-dev/apimachinery v0.0.0-20220627134323-8c44889e6e09 // indirect
4343 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
4444 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4545 github.com/modern-go/reflect2 v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -309,8 +309,9 @@ github.com/kcp-dev/controller-runtime v0.11.3-0.20220624161137-f6e5a2f56683 h1:e
309309github.1485827954.workers.dev/kcp-dev/controller-runtime v0.11.3-0.20220624161137-f6e5a2f56683 /go.mod h1:XP0cED2MCy2/reuXqTwLEENUkZlu6GE1UbQx55IUyA4 =
310310github.1485827954.workers.dev/kcp-dev/kcp/pkg/apis v0.5.0-alpha.1 h1:Z8L4TOam02khARPvS0d3kdyFB1yfwYTCx9x+i09KRzY =
311311github.1485827954.workers.dev/kcp-dev/kcp/pkg/apis v0.5.0-alpha.1 /go.mod h1:7MSnXcgGi9YpzeA0/ebqTkQka3KyfgYKfxD+e9z9GP4 =
312- github.com/kcp-dev/logicalcluster v1.0.0 h1:qCnoUNaqJ0Tgefkj3vXn17EC76AP44WZwnIuHLw6yGQ =
313312github.1485827954.workers.dev/kcp-dev/logicalcluster v1.0.0 /go.mod h1:M0CBFkJTW29XtIP5XIkDfhYQ8LU6HrnseRb4zmgBltE =
313+ github.com/kcp-dev/logicalcluster v1.1.1 h1:6jv54KRHDVvsJjuaV6dWNHVivYCSxDjGjfN+m1pVu3k =
314+ github.com/kcp-dev/logicalcluster v1.1.1 /go.mod h1:3IvnQ1TDaTuyhgRqagtKWd1XKz3kBeP8ByLvyNiWywg =
314315github.1485827954.workers.dev/kisielk/errcheck v1.1.0 /go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q =
315316github.1485827954.workers.dev/kisielk/errcheck v1.2.0 /go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00 =
316317github.1485827954.workers.dev/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
You can’t perform that action at this time.
0 commit comments