Skip to content

Commit

Permalink
downgrade Go to v1.22 and update to aead/mtls (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramondeklein authored Oct 17, 2024
1 parent 86a9431 commit 422e436
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kes/go.mod
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
Expand Down
4 changes: 2 additions & 2 deletions kms/go.mod
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
)
4 changes: 2 additions & 2 deletions kms/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aead.dev/mem v0.2.0 h1:ufgkESS9+lHV/GUjxgc2ObF43FLZGSemh+W+y27QFMI=
aead.dev/mem v0.2.0/go.mod h1:4qj+sh8fjDhlvne9gm/ZaMRIX9EkmDrKOLwmyDtoMWM=
aead.dev/mtls v0.1.0 h1:zT/p8BpBXol0bmRaJz4WyMW3wTjSjJztKlSoXl/a+rs=
aead.dev/mtls v0.1.0/go.mod h1:QirwQiq697/G62Ug6LbzfeR4Nq1vBGch5ajUZdAzJaw=
aead.dev/mtls v0.2.1 h1:47NHWciMvrmEhlkpnis8/RGEa9HR9gcbDPfcArG+Yqs=
aead.dev/mtls v0.2.1/go.mod h1:rZvRApIcPkCNu2AgpFoaMxKBee/XVkKs7wEuYgqLI3Q=
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
Expand Down

0 comments on commit 422e436

Please sign in to comment.