mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 13:41:03 +00:00
16 lines
450 B
Modula-2
16 lines
450 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.0
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/prometheus/client_golang v1.14.0
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
gopkg.in/fsnotify.v1 v1.4.2
|
|
)
|