Use correct reference for pinned dependencies

This commit is contained in:
Joshua Casey
2023-11-16 07:25:24 -06:00
committed by Ryan Richard
parent a4789e2b2c
commit ab71450c69

4
go.mod
View File

@@ -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 (