chore: update go-jose package to latest (#1797)

This commit is contained in:
Nicola Murino 2023-01-04 11:32:15 +01:00 committed by GitHub
parent 33b3399b3a
commit fd54758bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 8 deletions

View file

@ -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) {