Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/basicEncryption/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/basicEncryption

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/customAwsKmsConfig/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/chainifynet/aws-encryption-sdk-go v0.3.1
github.com/chainifynet/aws-encryption-sdk-go v0.3.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion example/discoveryFilterKmsProvider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/discoveryFilterKmsPr

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/discoveryKmsProvider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/chainifynet/aws-encryption-sdk-go v0.3.1
github.com/chainifynet/aws-encryption-sdk-go v0.3.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion example/mrkAwareKmsProvider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/mrkAwareKmsProvider

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/multipleKeyProvider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/multipleKeyProvider

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/multipleKmsKey/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/multipleKmsKey

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/oneKmsKey/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/oneKmsKey

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion example/oneKmsKeyUnsigned/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/chainifynet/aws-encryption-sdk-go/example/oneKmsKeyUnsigned

go 1.20

require github.com/chainifynet/aws-encryption-sdk-go v0.3.1
require github.com/chainifynet/aws-encryption-sdk-go v0.3.2

require (
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

package pkg

const Version = "0.3.1"
const Version = "0.3.2"