Skip to content

Commit 52d4188

Browse files
committed
Move vendoredaws out of internal to make package usable for API
consumers Signed-off-by: Noah Stride <noah.stride@goteleport.com>
1 parent d729c47 commit 52d4188

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/spf13/cobra"
99
awsspiffe "github.com/spiffe/aws-spiffe-workload-helper"
10-
"github.com/spiffe/aws-spiffe-workload-helper/internal/vendoredaws"
10+
"github.com/spiffe/aws-spiffe-workload-helper/vendoredaws"
1111
"github.com/spiffe/go-spiffe/v2/svid/x509svid"
1212
)
1313

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)