squash: fix(deps): update minor/patch dependencies

Squashed commit of the following:

* fix(deps): update minor/patch dependencies

See merge request https://ref.ci/fsrvcorp/pki/ocspcrl/-/merge_requests/19
This commit is contained in:
Renovate Bot
2026-03-17 15:12:57 +00:00
committed by Florian Bauer
parent bba3bf4820
commit 8c84221cc6
3 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -1,12 +1,12 @@
module ocspcrl
go 1.24.0
go 1.25.0
require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/cloudflare/cfssl v1.6.5
github.com/prometheus/client_golang v1.23.2
golang.org/x/crypto v0.48.0
golang.org/x/crypto v0.49.0
)
require (
@@ -24,6 +24,6 @@ require (
github.com/prometheus/procfs v0.16.1 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/sys v0.42.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
)