mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-09 07:33:52 +00:00
Use correct reference for pinned dependencies
This commit is contained in:
committed by
Ryan Richard
parent
a4789e2b2c
commit
ab71450c69
4
go.mod
4
go.mod
@@ -2,10 +2,10 @@ module go.pinniped.dev
|
||||
|
||||
go 1.20
|
||||
|
||||
// This version taken from https://github.com/kubernetes/apiserver/blob/v0.28.2/go.mod#L14
|
||||
// This version taken from https://github.com/kubernetes/apiserver/blob/v0.28.4/go.mod#L14
|
||||
replace github.com/google/cel-go => github.com/google/cel-go v0.16.1
|
||||
|
||||
// This version taken from https://github.com/kubernetes/apiserver/blob/v0.28.2/go.mod#L50
|
||||
// This version taken from https://github.com/kubernetes/apiserver/blob/v0.28.4/go.mod#L50
|
||||
replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
|
||||
|
||||
require (
|
||||
|
||||
Reference in New Issue
Block a user