mirror of
https://github.com/restic/rest-server.git
synced 2026-03-30 23:03:18 -07:00
update transitive dependencies
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user