Tidy example package imports
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
parent
1f895be0fe
commit
13383858a8
@ -2,11 +2,12 @@ package example
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/rand"
|
"crypto/rand"
|
||||||
|
"math/big"
|
||||||
|
"testing"
|
||||||
|
|
||||||
acme "github.com/jetstack/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1"
|
acme "github.com/jetstack/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1"
|
||||||
"github.com/miekg/dns"
|
"github.com/miekg/dns"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"math/big"
|
|
||||||
"testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestExampleSolver_Name(t *testing.T) {
|
func TestExampleSolver_Name(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user