diff --git a/go.mod b/go.mod index 865e36a..fc14a5c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/charmbracelet/log v0.2.3 github.com/fsnotify/fsnotify v1.6.0 - github.com/kitabisa/teler-waf v1.1.0-beta.1 + github.com/kitabisa/teler-waf v1.1.0-beta.2 ) require ( diff --git a/go.sum b/go.sum index 2a8a984..b90301c 100644 --- a/go.sum +++ b/go.sum @@ -379,6 +379,8 @@ github.com/kitabisa/teler-waf v1.0.6 h1:XgrhutMVSp5BeklBQ3EnLewAQrq6Qu0icE2F3T9q github.com/kitabisa/teler-waf v1.0.6/go.mod h1:ckOWDs+WC/2/4LxunB/oDP3auA7DWKDHY62gxdH4fuk= github.com/kitabisa/teler-waf v1.1.0-beta.1 h1:hEnRKMiP8SLJfOr99694CkeQzrPyYdJj0AIdCJBQtas= github.com/kitabisa/teler-waf v1.1.0-beta.1/go.mod h1:dAOoSQvY7izXVEH4RntvXWzYeZ5mjWuqTrQDJqhUJEI= +github.com/kitabisa/teler-waf v1.1.0-beta.2 h1:kPOIuvvFPHbsqiG5+lKYNQPb2yMLZr/UNmG8Q3o3YQg= +github.com/kitabisa/teler-waf v1.1.0-beta.2/go.mod h1:dAOoSQvY7izXVEH4RntvXWzYeZ5mjWuqTrQDJqhUJEI= github.com/klauspost/compress v1.15.11/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM= github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I= github.com/klauspost/compress v1.16.7/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=