Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 4f97638 commit 1cab108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ module github.com/moov-io/cryptfs

go 1.21

toolchain go1.22.6
toolchain go1.23.2

require (
github.com/ProtonMail/go-crypto v1.0.0
github.com/hashicorp/vault/api v1.14.0
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -33,5 +34,4 @@ require (
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 1cab108

Please sign in to comment.