aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index fa09416..c3cc4f9 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/miolini/datacounter v1.0.3
github.com/prometheus/client_golang v1.18.0
github.com/spf13/cobra v1.8.1
- golang.org/x/crypto v0.25.0
+ golang.org/x/crypto v0.27.0
)
require (
@@ -23,6 +23,6 @@ require (
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
- golang.org/x/sys v0.22.0 // indirect
+ golang.org/x/sys v0.25.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)