mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
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:
parent
f8e0ca4bb6
commit
08770a69c4
6
go.mod
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user