mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-26 08:39:17 +08:00
Use gofrs/uuid instead of satori/go.uuid
The satori package appears to be unmaintained. The gofrs package is a fork that is actively maintained by a larger group of Go developers.
This commit is contained in:
Vendored
+2
-2
@@ -2,12 +2,12 @@
|
||||
github.com/codegangsta/negroni
|
||||
# github.com/ghodss/yaml v1.0.0
|
||||
github.com/ghodss/yaml
|
||||
# github.com/gofrs/uuid v3.2.0+incompatible
|
||||
github.com/gofrs/uuid
|
||||
# github.com/gorilla/context v1.1.1
|
||||
github.com/gorilla/context
|
||||
# github.com/gorilla/mux v1.5.1-0.20171008214913-bdd5a5a1b0b4
|
||||
github.com/gorilla/mux
|
||||
# github.com/satori/go.uuid v1.1.1-0.20170321230731-5bf94b69c6b6
|
||||
github.com/satori/go.uuid
|
||||
# golang.org/x/sys v0.0.0-20171006175012-ebfc5b463182
|
||||
golang.org/x/sys/unix
|
||||
# gopkg.in/fsnotify.v1 v1.4.2
|
||||
|
||||
Reference in New Issue
Block a user