2020-02-26 21:34:33 +01:00
|
|
|
module github.com/restic/rest-server
|
|
|
|
|
2022-04-15 09:38:08 +02:00
|
|
|
go 1.15
|
2020-02-26 21:34:33 +01:00
|
|
|
|
|
|
|
require (
|
2021-08-09 16:06:35 +02:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
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
|
2021-08-09 11:31:51 +02:00
|
|
|
github.com/miolini/datacounter v1.0.2
|
2022-02-08 22:44:52 +01:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
|
|
|
github.com/spf13/cobra v1.3.0
|
|
|
|
golang.org/x/crypto v0.0.0-20220208050332-20e1d8d225ab
|
2020-02-26 21:34:33 +01:00
|
|
|
)
|