Tidy example package imports

Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
Jake Sanders
2021-02-22 16:05:04 +00:00
parent 1f895be0fe
commit 13383858a8

View File

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