mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 13:41:03 +00:00
21 lines
521 B
Modula-2
21 lines
521 B
Modula-2
module github.com/adnanh/webhook
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/clbanning/mxj v1.8.4
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-chi/chi v1.5.4
|
|
github.com/gofrs/uuid v4.3.1+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
golang.org/x/sys v0.4.0
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|