feat: changes module version.

This commit is contained in:
Fernandez Ludovic 2020-09-02 03:20:01 +02:00 committed by Ludovic Fernandez
parent 50a87b031e
commit 2582acc932
233 changed files with 531 additions and 531 deletions

View file

@ -9,9 +9,9 @@ import (
"sort"
"testing"
"github.com/go-acme/lego/v3/acme"
"github.com/go-acme/lego/v3/acme/api"
"github.com/go-acme/lego/v3/platform/tester"
"github.com/go-acme/lego/v4/acme"
"github.com/go-acme/lego/v4/acme/api"
"github.com/go-acme/lego/v4/platform/tester"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
jose "gopkg.in/square/go-jose.v2"