feature/slack_stability
Karolis Rusenas 2019-04-26 23:47:40 +01:00
parent a462f93843
commit f135d1f89b
2 changed files with 17 additions and 9 deletions

20
Gopkg.lock generated
View File

@ -285,6 +285,12 @@
revision = "53c1911da2b537f792e7cafcb446b05ffe33b996" revision = "53c1911da2b537f792e7cafcb446b05ffe33b996"
version = "v1.6.1" version = "v1.6.1"
[[projects]]
name = "github.com/gorilla/websocket"
packages = ["."]
revision = "66b9c49e59c6c48f0ffce28c2d8b8a5678502c6d"
version = "v1.4.0"
[[projects]] [[projects]]
branch = "master" branch = "master"
name = "github.com/gregjones/httpcache" name = "github.com/gregjones/httpcache"
@ -368,9 +374,12 @@
[[projects]] [[projects]]
name = "github.com/nlopes/slack" name = "github.com/nlopes/slack"
packages = ["."] packages = [
revision = "c86337c0ef2486a15edd804355d9c73d2f2caed1" ".",
version = "v0.1.0" "slackutilsx"
]
revision = "a7deeca7935c178aa865249bab511daf816288ba"
version = "v0.5.0"
[[projects]] [[projects]]
name = "github.com/opencontainers/go-digest" name = "github.com/opencontainers/go-digest"
@ -501,8 +510,7 @@
"idna", "idna",
"internal/timeseries", "internal/timeseries",
"lex/httplex", "lex/httplex",
"trace", "trace"
"websocket"
] ]
revision = "22ae77b79946ea320088417e4d50825671d82d57" revision = "22ae77b79946ea320088417e4d50825671d82d57"
@ -824,6 +832,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "d177625f1af0af974d02c9053e018b90e378621bbe68580bf0b186150631c86d" inputs-digest = "11564076fa7d2cccba96e2eebaf19978756aae3f9efbac4375c27c26960c1de1"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

View File

@ -49,9 +49,9 @@
name = "github.com/gorilla/mux" name = "github.com/gorilla/mux"
version = "1.4.0" version = "1.4.0"
[[constraint]] # [[constraint]]
name = "github.com/nlopes/slack" # name = "github.com/nlopes/slack"
version = "0.1.0" # version = "0.1.0"
[[constraint]] [[constraint]]
name = "github.com/rusenask/cron" name = "github.com/rusenask/cron"