diff --git a/go.mod b/go.mod index df52c48..08a41fc 100755 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.17 require ( github.com/go-sql-driver/mysql v1.6.0 - github.com/ixre/gof v1.11.5 + github.com/ixre/gof v1.11.6 github.com/labstack/echo/v4 v4.6.1 github.com/pelletier/go-toml v1.9.4 )