2020-02-26 21:34:33 +01:00
|
|
|
module github.com/restic/rest-server
|
|
|
|
|
|
2023-01-14 19:22:08 +01:00
|
|
|
go 1.17
|
2020-02-26 21:34:33 +01:00
|
|
|
|
|
|
|
|
require (
|
2023-01-14 21:00:32 +01:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
2021-08-09 11:31:51 +02:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
2021-08-27 18:00:50 +02:00
|
|
|
github.com/minio/sha256-simd v1.0.0
|
2023-01-14 19:09:42 +01:00
|
|
|
github.com/miolini/datacounter v1.0.3
|
|
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2023-04-11 20:39:21 +00:00
|
|
|
github.com/spf13/cobra v1.7.0
|
2023-04-10 20:04:10 +00:00
|
|
|
golang.org/x/crypto v0.8.0
|
2020-02-26 21:34:33 +01:00
|
|
|
)
|
2023-01-14 19:22:08 +01:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
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/golang/protobuf v1.5.2 // indirect
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
|
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
|
github.com/prometheus/common v0.39.0 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-04-10 20:04:10 +00:00
|
|
|
golang.org/x/sys v0.7.0 // indirect
|
2023-01-14 19:22:08 +01:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
|
|
|
)
|