sort imports

This commit is contained in:
6543 2023-02-11 03:14:41 +01:00
parent 5f5fd09ed3
commit 99bc672571
No known key found for this signature in database
GPG Key ID: B8BE6D610E61C862
3 changed files with 6 additions and 3 deletions

View File

@ -5,11 +5,12 @@ import (
"sync"
"time"
"codeberg.org/codeberg/pages/server/cache"
"github.com/go-acme/lego/v4/lego"
"github.com/go-acme/lego/v4/providers/dns"
"github.com/reugn/equalizer"
"github.com/rs/zerolog/log"
"codeberg.org/codeberg/pages/server/cache"
)
type AcmeClient struct {

View File

@ -3,8 +3,9 @@ package certificates
import (
"time"
"codeberg.org/codeberg/pages/server/cache"
"github.com/go-acme/lego/v4/challenge"
"codeberg.org/codeberg/pages/server/cache"
)
type AcmeTLSChallengeProvider struct {

View File

@ -3,8 +3,9 @@ package certificates
import (
"testing"
"codeberg.org/codeberg/pages/server/database"
"github.com/stretchr/testify/assert"
"codeberg.org/codeberg/pages/server/database"
)
func TestMockCert(t *testing.T) {