mirror of
https://github.com/restic/rest-server.git
synced 2026-04-11 12:41:39 -07:00
Upgrade dependencies
This commit is contained in:
24
go.mod
24
go.mod
@@ -3,20 +3,16 @@ module github.com/restic/rest-server
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
|
||||
github.com/golang/protobuf v1.0.0 // indirect
|
||||
github.com/gorilla/handlers v1.3.0
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.0 // indirect
|
||||
github.com/miolini/datacounter v0.0.0-20171104152933-fd4e42a1d5e0
|
||||
github.com/prometheus/client_golang v0.8.0
|
||||
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 // indirect
|
||||
github.com/prometheus/common v0.0.0-20180110214958-89604d197083 // indirect
|
||||
github.com/prometheus/procfs v0.0.0-20180212145926-282c8707aa21 // indirect
|
||||
github.com/spf13/cobra v0.0.1
|
||||
github.com/spf13/pflag v1.0.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20180214000028-650f4a345ab4
|
||||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
|
||||
github.com/felixge/httpsnoop v1.0.2 // indirect
|
||||
github.com/gorilla/handlers v1.5.1
|
||||
github.com/miolini/datacounter v1.0.2
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/prometheus/common v0.30.0 // indirect
|
||||
github.com/prometheus/procfs v0.7.2 // indirect
|
||||
github.com/spf13/cobra v1.2.1
|
||||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
||||
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
|
||||
google.golang.org/protobuf v1.27.1 // indirect
|
||||
)
|
||||
|
||||
replace goji.io v2.0.0+incompatible => github.com/goji/goji v2.0.0+incompatible
|
||||
|
||||
Reference in New Issue
Block a user