Skip to content

Commit

Permalink
Bump MAJOR version to v7
Browse files Browse the repository at this point in the history
The signing algorithm will be changed.
  • Loading branch information
frncmx committed Jan 22, 2025
1 parent 9cd0b27 commit a291a4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
module github.com/spacelift-io/kmsjwt/v6
module github.com/spacelift-io/kmsjwt/v7

go 1.23

// All these versions asssumed the wrong key format returned by kms.GetPublicKey
retract (
v6.2.0
v6.1.0
v6.0.0
)

require (
github.com/aws/aws-sdk-go-v2 v1.32.7
github.com/aws/aws-sdk-go-v2/config v1.28.7
Expand Down
4 changes: 2 additions & 2 deletions kmsjwt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"

"github.com/spacelift-io/kmsjwt/v6"
"github.com/spacelift-io/kmsjwt/v6/internal"
"github.com/spacelift-io/kmsjwt/v7"
"github.com/spacelift-io/kmsjwt/v7/internal"
)

func TestKMSJWT(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion ksmjwt_localstack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/spacelift-io/kmsjwt/v6"
"github.com/spacelift-io/kmsjwt/v7"
)

func TestWithLocalStack(t *testing.T) {
Expand Down

0 comments on commit a291a4f

Please sign in to comment.