forked from TrueCloudLab/lego
chore: update go-jose package to latest (#1797)
This commit is contained in:
parent
33b3399b3a
commit
fd54758bba
6 changed files with 9 additions and 8 deletions
|
@ -12,9 +12,9 @@ import (
|
|||
"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/go-jose/go-jose/v3"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"gopkg.in/square/go-jose.v2"
|
||||
)
|
||||
|
||||
func TestByType(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue