mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-24 13:38:17 +02:00
Rename internal/config
to config
(#380)
This commit is contained in:
parent
c6ebd838e0
commit
f3c62c10cc
22 changed files with 41 additions and 41 deletions
|
@ -3,7 +3,7 @@ package authenticate
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/pomerium/pomerium/internal/config"
|
||||
"github.com/pomerium/pomerium/config"
|
||||
)
|
||||
|
||||
func newTestOptions(t *testing.T) *config.Options {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue