chore: migrate to go module (v3.0.0)

- chore: update dependencies: use version with go modules.
- chore: remove dep.
- chore: update backoff imports.
- chore: init go module.
- chore: update CI.
- chore: mod v3
- chore: update docker image.
This commit is contained in:
Fernandez Ludovic 2019-07-30 21:19:32 +02:00 committed by Ludovic Fernandez
parent 99bf9f4e8f
commit e7a90b9471
2562 changed files with 880 additions and 712689 deletions

View file

@ -9,9 +9,9 @@ import (
"sort"
"testing"
"github.com/go-acme/lego/acme"
"github.com/go-acme/lego/acme/api"
"github.com/go-acme/lego/platform/tester"
"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/stretchr/testify/assert"
"github.com/stretchr/testify/require"
jose "gopkg.in/square/go-jose.v2"