update transitive dependencies

This commit is contained in:
Michael Eischer
2023-01-14 19:17:53 +01:00
parent 30fbd043b9
commit 2eae8c9266
2 changed files with 40 additions and 8 deletions

6
go.mod
View File

@@ -3,11 +3,17 @@ module github.com/restic/rest-server
go 1.15
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/gorilla/handlers v1.5.1
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/minio/sha256-simd v1.0.0
github.com/miolini/datacounter v1.0.3
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/spf13/cobra v1.6.1
golang.org/x/crypto v0.5.0
)