mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-13 17:14:44 +00:00
17 lines
453 B
Modula-2
17 lines
453 B
Modula-2
module github.com/adnanh/webhook
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/clbanning/mxj v1.8.4
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
golang.org/x/net v0.14.0 // indirect
|
|
golang.org/x/sys v0.11.0
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|