Rename internal/config to config (#380)

This commit is contained in:
Travis Groth 2019-11-09 19:53:11 -05:00 committed by GitHub
parent c6ebd838e0
commit f3c62c10cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 41 additions and 41 deletions

View file

@ -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 {