diff --git a/example/example_test.go b/example/example_test.go index 2c4a455..8c40df2 100644 --- a/example/example_test.go +++ b/example/example_test.go @@ -2,11 +2,12 @@ package example import ( "crypto/rand" + "math/big" + "testing" + acme "github.com/jetstack/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1" "github.com/miekg/dns" "github.com/stretchr/testify/assert" - "math/big" - "testing" ) func TestExampleSolver_Name(t *testing.T) {