aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2025-02-18 14:06:53 -0800
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2025-02-18 14:06:53 -0800
commitcd36c3e2aadd71fecdb04eba0ddf1e9bd7a1ca4f (patch)
tree4a4a38cb18d43808112620a88bc469c7ccc81cd6 /go.mod
parent6fc5e736a9225b7cac250833cdd8fd64446fb740 (diff)
parentf053e334865c5ec402c75d55bdf09b745342080d (diff)
downloadrest-server-master.tar.gz
rest-server-master.tar.zst
rest-server-master.zip
Merge remote-tracking branch 'upstream/master'HEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod29
1 files changed, 15 insertions, 14 deletions
diff --git a/go.mod b/go.mod
index ed3f725..f6cbc15 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/restic/rest-server
-go 1.18
+go 1.22
require (
github.com/coreos/go-systemd/v22 v22.5.0
@@ -8,25 +8,26 @@ require (
github.com/gorilla/handlers v1.5.2
github.com/minio/sha256-simd v1.0.1
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.27.0
+ github.com/prometheus/client_golang v1.20.5
+ github.com/spf13/cobra v1.9.1
+ golang.org/x/crypto v0.33.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/beorn7/perks v1.0.1 // indirect
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
- github.com/felixge/httpsnoop v1.0.3 // indirect
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
+ github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
- github.com/klauspost/cpuid/v2 v2.2.5 // indirect
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
- github.com/prometheus/client_model v0.5.0 // indirect
- 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.25.0 // indirect
- google.golang.org/protobuf v1.33.0 // indirect
+ github.com/klauspost/compress v1.17.9 // indirect
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
+ github.com/prometheus/client_model v0.6.1 // indirect
+ github.com/prometheus/common v0.62.0 // indirect
+ github.com/prometheus/procfs v0.15.1 // indirect
+ github.com/spf13/pflag v1.0.6 // indirect
+ golang.org/x/sys v0.30.0 // indirect
+ google.golang.org/protobuf v1.36.5 // indirect
)