mirror of
https://github.com/adnanh/webhook.git
synced 2025-07-07 11:48:31 +00: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:
parent
7b87d6092f
commit
8ff3848ea3
16 changed files with 1019 additions and 578 deletions
2
go.mod
2
go.mod
|
@ -6,10 +6,10 @@ require (
|
|||
github.com/codegangsta/negroni v0.2.1-0.20171009163950-5bc66cf1ad89
|
||||
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
||||
github.com/ghodss/yaml v1.0.0
|
||||
github.com/gofrs/uuid v3.2.0+incompatible
|
||||
github.com/gorilla/context v1.1.1 // indirect
|
||||
github.com/gorilla/mux v1.5.1-0.20171008214913-bdd5a5a1b0b4
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/satori/go.uuid v1.1.1-0.20170321230731-5bf94b69c6b6
|
||||
golang.org/x/sys v0.0.0-20171006175012-ebfc5b463182 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
gopkg.in/fsnotify.v1 v1.4.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue