diff --git a/go.mod b/go.mod index 4e57c8910..9888efb6b 100644 --- a/go.mod +++ b/go.mod @@ -33,10 +33,8 @@ replace ( k8s.io/sample-apiserver v0.0.0 => k8s.io/sample-apiserver v0.29.0 ) -replace ( - github.com/martinjungblut/go-cryptsetup => github.com/daniel-weisse/go-cryptsetup v0.0.0-20230705150314-d8c07bd1723c - github.com/tink-crypto/tink-go/v2 v2.0.0 => github.com/derpsteb/tink-go/v2 v2.0.0-20231002051717-a808e454eed6 -) +// TODO(daniel-weisse): revert after merging https://github.com/martinjungblut/go-cryptsetup/pull/16. +replace github.com/martinjungblut/go-cryptsetup => github.com/daniel-weisse/go-cryptsetup v0.0.0-20230705150314-d8c07bd1723c require ( cloud.google.com/go/compute v1.26.0