deps: upgrade to tink-go v2.1.0 (#3054)

* deps: leave notes on why forks are used

* deps: use upstream version of tink-go
This commit is contained in:
Markus Rudy 2024-06-11 20:15:42 +02:00 committed by GitHub
parent f8e0ca4bb6
commit 08770a69c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
go.mod
View File

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