mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-18 22:14:22 +00:00
Merge branch 'main' into rename_stuff
This commit is contained in:
@@ -12,8 +12,8 @@ import (
|
||||
|
||||
"sigs.k8s.io/yaml"
|
||||
|
||||
"github.com/vmware-tanzu/pinniped/internal/constable"
|
||||
"github.com/vmware-tanzu/pinniped/pkg/config/api"
|
||||
"go.pinniped.dev/internal/constable"
|
||||
"go.pinniped.dev/pkg/config/api"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -10,8 +10,8 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/vmware-tanzu/pinniped/internal/here"
|
||||
"github.com/vmware-tanzu/pinniped/pkg/config/api"
|
||||
"go.pinniped.dev/internal/here"
|
||||
"go.pinniped.dev/pkg/config/api"
|
||||
)
|
||||
|
||||
func TestFromPath(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user