Skip to content

Commit

Permalink
update go-jose library to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishoffman committed Jun 18, 2024
1 parent 926244e commit 588aea6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 63 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
module github.com/chrishoffman/vault-signer

go 1.17
go 1.21

toolchain go1.22.4

require (
github.com/go-jose/go-jose/v4 v4.0.2
github.com/google/uuid v1.6.0
github.com/hashicorp/vault/api v1.12.2
github.com/mitchellh/mapstructure v1.5.0
github.com/ory/dockertest v3.3.5+incompatible
gopkg.in/square/go-jose.v2 v2.6.0
)

require (
Expand Down
Loading

0 comments on commit 588aea6

Please sign in to comment.