mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Convert to Go Modules
This commit is contained in:
25
go.mod
Normal file
25
go.mod
Normal file
@@ -0,0 +1,25 @@
|
||||
module github.com/restic/rest-server
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
|
||||
github.com/goji/goji v2.0.0+incompatible
|
||||
github.com/golang/protobuf v1.0.0
|
||||
github.com/gorilla/handlers v1.3.0
|
||||
github.com/inconshreveable/mousetrap v1.0.0
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.0
|
||||
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
|
||||
github.com/prometheus/common v0.0.0-20180110214958-89604d197083
|
||||
github.com/prometheus/procfs v0.0.0-20180212145926-282c8707aa21
|
||||
github.com/spf13/cobra v0.0.1
|
||||
github.com/spf13/pflag v1.0.0
|
||||
goji.io v2.0.0+incompatible
|
||||
golang.org/x/crypto v0.0.0-20180214000028-650f4a345ab4
|
||||
)
|
||||
|
||||
replace goji.io v2.0.0+incompatible => github.com/goji/goji v2.0.0+incompatible
|
||||
|
||||
replace github.com/gorilla/handlers v1.3.0 => github.com/gorilla/handlers v1.3.0
|
||||
Reference in New Issue
Block a user