mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Switch to dep dependency management tool
This commit is contained in:
9
Gopkg.toml
Normal file
9
Gopkg.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[[constraint]]
|
||||
name = "github.com/gorilla/handlers"
|
||||
source = "https://github.com/gorilla/handlers"
|
||||
version = "1.2.0"
|
||||
|
||||
[[constraint]]
|
||||
name = "goji.io"
|
||||
source = "https://github.com/goji/goji"
|
||||
version = "2.0.0"
|
||||
Reference in New Issue
Block a user