-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
downgrade Go to v1.22 and update to aead/mtls (#24)
- Loading branch information
1 parent
86a9431
commit 422e436
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/minio/kms-go/kes | ||
|
||
go 1.22.0 | ||
go 1.22 | ||
|
||
require ( | ||
aead.dev/mem v0.2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module github.com/minio/kms-go/kms | ||
|
||
go 1.22.0 | ||
go 1.22 | ||
|
||
require ( | ||
aead.dev/mem v0.2.0 | ||
aead.dev/mtls v0.1.0 | ||
aead.dev/mtls v0.2.1 | ||
google.golang.org/protobuf v1.33.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters