mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Update dependencies
This commit is contained in:
40
Gopkg.lock
generated
40
Gopkg.lock
generated
@@ -11,14 +11,14 @@
|
||||
branch = "master"
|
||||
name = "github.com/golang/protobuf"
|
||||
packages = ["proto"]
|
||||
revision = "1643683e1b54a9e88ad26d98f81400c8c9d9f4f9"
|
||||
revision = "1e59b77b52bf8e4b449a57e6f79f21226d571845"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/gorilla/handlers"
|
||||
packages = ["."]
|
||||
revision = "a4043c62cc2329bacda331d33fc908ab11ef0ec3"
|
||||
revision = "90663712d74cb411cbef281bc1e08c19d1a76145"
|
||||
source = "https://github.com/gorilla/handlers"
|
||||
version = "v1.2.1"
|
||||
version = "v1.3.0"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/inconshreveable/mousetrap"
|
||||
@@ -36,11 +36,14 @@
|
||||
branch = "master"
|
||||
name = "github.com/miolini/datacounter"
|
||||
packages = ["."]
|
||||
revision = "2fb1a1d5c3907155bbff63ad8b8a146ced61eba6"
|
||||
revision = "fd4e42a1d5e0d2714f16caf92f9c64215bf957ce"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/prometheus/client_golang"
|
||||
packages = ["prometheus","prometheus/promhttp"]
|
||||
packages = [
|
||||
"prometheus",
|
||||
"prometheus/promhttp"
|
||||
]
|
||||
revision = "c5b7fccd204277076155f10851dad72b76a49317"
|
||||
version = "v0.8.0"
|
||||
|
||||
@@ -48,25 +51,32 @@
|
||||
branch = "master"
|
||||
name = "github.com/prometheus/client_model"
|
||||
packages = ["go"]
|
||||
revision = "6f3806018612930941127f2a7c6c453ba2c527d2"
|
||||
revision = "99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/prometheus/common"
|
||||
packages = ["expfmt","internal/bitbucket.org/ww/goautoneg","model"]
|
||||
revision = "1bab55dd05dbff384524a6a1c99006d9eb5f139b"
|
||||
packages = [
|
||||
"expfmt",
|
||||
"internal/bitbucket.org/ww/goautoneg",
|
||||
"model"
|
||||
]
|
||||
revision = "89604d197083d4781071d3c65855d24ecfb0a563"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/prometheus/procfs"
|
||||
packages = [".","xfs"]
|
||||
revision = "a6e9df898b1336106c743392c48ee0b71f5c4efa"
|
||||
packages = [
|
||||
".",
|
||||
"xfs"
|
||||
]
|
||||
revision = "b15cd069a83443be3154b719d0cc9fe8117f09fb"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/spf13/cobra"
|
||||
packages = ["."]
|
||||
revision = "7b2c5ac9fc04fc5efafb60700713d4fa609b777b"
|
||||
version = "v0.0.1"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/spf13/pflag"
|
||||
@@ -76,7 +86,13 @@
|
||||
|
||||
[[projects]]
|
||||
name = "goji.io"
|
||||
packages = [".","internal","middleware","pat","pattern"]
|
||||
packages = [
|
||||
".",
|
||||
"internal",
|
||||
"middleware",
|
||||
"pat",
|
||||
"pattern"
|
||||
]
|
||||
revision = "0d89ff54b2c18c9c4ba530e32496aef902d3c6cd"
|
||||
source = "https://github.com/goji/goji"
|
||||
version = "v2.0"
|
||||
|
||||
Reference in New Issue
Block a user