mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-15 15:56:38 +02:00
zero: only leave public packages in pkg/zero
This commit is contained in:
parent
a6ae9d3f2d
commit
8219823622
24 changed files with 22 additions and 22 deletions
|
@ -9,9 +9,9 @@ import (
|
|||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/pomerium/pomerium/internal/zero/token"
|
||||
cluster_api "github.com/pomerium/pomerium/pkg/zero/cluster"
|
||||
"github.com/pomerium/pomerium/pkg/zero/connect"
|
||||
"github.com/pomerium/pomerium/pkg/zero/token"
|
||||
)
|
||||
|
||||
func TestConfig(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue