mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
fix import order
This commit is contained in:
parent
59bb4b77a7
commit
4fd8e94342
1 changed files with 2 additions and 1 deletions
|
@ -5,9 +5,10 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/open-policy-agent/opa/ast"
|
||||
"github.com/pomerium/pomerium/pkg/policy/parser"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/pomerium/pomerium/pkg/policy/parser"
|
||||
)
|
||||
|
||||
const testCert = `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue