Skip to content

Commit

Permalink
Merge pull request #7 from yiskaneto/fix-mod-name
Browse files Browse the repository at this point in the history
fix: ticket-123 fix mod name
  • Loading branch information
yiskaneto authored Jul 26, 2024
2 parents 5437d84 + 3388e1c commit f6a8959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/yiskaneto/aws-sdk-go-v2-helpers

go 1.22.2

require github.com/yiskaneto/aws-sdk-go-v2-helperss/service/s3 v0.0.0-20240726182957-4ecfe5a0ddc8
require github.com/yiskaneto/aws-sdk-go-v2-helpers/service/s3 v0.0.0-20240726182957-4ecfe5a0ddc8

require (
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion service/kms/kms.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/kms"
"github.com/yiskaneto/aws-sdk-go-v2-helperss/helper_errors"
"github.com/yiskaneto/aws-sdk-go-v2-helpers/helper_errors"
"golang.org/x/exp/slices"
)

Expand Down

0 comments on commit f6a8959

Please sign in to comment.