1
0
mirror of https://github.com/go-acme/lego.git synced 2025-12-08 02:43:09 +02:00

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