Skip to content

Commit

Permalink
Move Annotations package to pkg/secrets/annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
john-odonnell committed Sep 13, 2021
1 parent 18168aa commit 6a3a84c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/secrets-provider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
authnConfigProvider "github.com/cyberark/conjur-authn-k8s-client/pkg/authenticator/config"
"github.com/cyberark/conjur-authn-k8s-client/pkg/log"

"github.com/cyberark/secrets-provider-for-k8s/pkg/annotations"
"github.com/cyberark/secrets-provider-for-k8s/pkg/log/messages"
"github.com/cyberark/secrets-provider-for-k8s/pkg/secrets"
"github.com/cyberark/secrets-provider-for-k8s/pkg/secrets/annotations"
secretsConfigProvider "github.com/cyberark/secrets-provider-for-k8s/pkg/secrets/config"
"github.com/cyberark/secrets-provider-for-k8s/pkg/utils"
)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6a3a84c

Please sign in to comment.