Skip to content

Commit

Permalink
deps: upgrade to tink-go v2.1.0 (#3054)
Browse files Browse the repository at this point in the history
* deps: leave notes on why forks are used

* deps: use upstream version of tink-go
  • Loading branch information
burgerdev authored Jun 11, 2024
1 parent f8e0ca4 commit 08770a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08770a6

Please sign in to comment.