module github.com/adnanh/webhook go 1.14 require ( github.com/antonmedv/expr v1.8.9 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/google/cel-go v0.7.0 // indirect github.com/gorilla/mux v1.7.3 github.com/kr/pretty v0.1.0 // indirect golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/fsnotify.v1 v1.4.2 )