Skip to content

Commit

Permalink
fixes module path
Browse files Browse the repository at this point in the history
  • Loading branch information
Stein Fletcher committed Oct 9, 2019
1 parent 4fa5a47 commit 642ac8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/steinfletcher/conf-aws-secrets-manager
module github.com/steinfletcher/aws-secrets-manager-conf

go 1.13

Expand Down
4 changes: 2 additions & 2 deletions secretsmanager/conf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import (
"testing"

"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/steinfletcher/conf-aws-secrets-manager/secretsmanager"
"github.com/steinfletcher/aws-secrets-manager-conf/secretsmanager"

"github.com/aws/aws-sdk-go/aws"
awsSecretsManager "github.com/aws/aws-sdk-go/service/secretsmanager"
"github.com/golang/mock/gomock"
"github.com/steinfletcher/aws-secrets-manager-conf/mocks"
"github.com/steinfletcher/conf"
"github.com/steinfletcher/conf-aws-secrets-manager/mocks"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 642ac8d

Please sign in to comment.