diff --git a/examples/go.mod b/examples/go.mod index b32b22a..fd7146e 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -3,7 +3,7 @@ module github.com/alimy/mir-example/v3 go 1.18 require ( - github.com/alimy/mir/v3 v3.2.0 + github.com/alimy/mir/v3 v3.2.1 github.com/gin-gonic/gin v1.9.0 ) diff --git a/examples/go.sum b/examples/go.sum index cc52cf4..02f6f19 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,5 +1,5 @@ -github.com/alimy/mir/v3 v3.2.0 h1://M/i8yEm0gNfSzAoarM8rHeaNIYHDEy2pjNW3VMQRk= -github.com/alimy/mir/v3 v3.2.0/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM= github.com/bytedance/sonic v1.8.0 h1:ea0Xadu+sHlu7x5O3gKhRpQ1IKiMrSiHttPF0ybECuA= github.com/bytedance/sonic v1.8.0/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U= diff --git a/mirc/templates/chi/go.mod.tmpl b/mirc/templates/chi/go.mod.tmpl index 58a9b59..f25d433 100644 --- a/mirc/templates/chi/go.mod.tmpl +++ b/mirc/templates/chi/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 github.com/go-chi/chi/v5 v5.0.8 ) {{if notEmptyStr .MirPkgName }} diff --git a/mirc/templates/chi/go.sum.tmpl b/mirc/templates/chi/go.sum.tmpl index ac3ba95..6aeaef0 100644 --- a/mirc/templates/chi/go.sum.tmpl +++ b/mirc/templates/chi/go.sum.tmpl @@ -1,4 +1,4 @@ -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/go-chi/chi/v5 v5.0.8 h1:lD+NLqFcAi1ovnVZpsnObHGW4xb4J8lNmoYVfECH1Y0= github.com/go-chi/chi/v5 v5.0.8/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= diff --git a/mirc/templates/chi/mirc/auto/api/site.go.tmpl b/mirc/templates/chi/mirc/auto/api/site.go.tmpl index 7c919ff..a7332c9 100644 --- a/mirc/templates/chi/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/chi/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/chi/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/chi/mirc/auto/api/v1/site.go.tmpl index c23b8ff..e38d494 100644 --- a/mirc/templates/chi/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/chi/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/chi/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/chi/mirc/auto/api/v2/site.go.tmpl index 661aab5..97e5419 100644 --- a/mirc/templates/chi/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/chi/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2 diff --git a/mirc/templates/echo/go.mod.tmpl b/mirc/templates/echo/go.mod.tmpl index 64f7272..132b757 100644 --- a/mirc/templates/echo/go.mod.tmpl +++ b/mirc/templates/echo/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 github.com/labstack/echo/v4 v4.9.1 ) diff --git a/mirc/templates/echo/go.sum.tmpl b/mirc/templates/echo/go.sum.tmpl index c2f28f6..a676435 100644 --- a/mirc/templates/echo/go.sum.tmpl +++ b/mirc/templates/echo/go.sum.tmpl @@ -1,5 +1,5 @@ -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= diff --git a/mirc/templates/echo/mirc/auto/api/site.go.tmpl b/mirc/templates/echo/mirc/auto/api/site.go.tmpl index 751c294..e3629ce 100644 --- a/mirc/templates/echo/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/echo/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/echo/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/echo/mirc/auto/api/v1/site.go.tmpl index ffa75cb..3ed312b 100644 --- a/mirc/templates/echo/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/echo/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/echo/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/echo/mirc/auto/api/v2/site.go.tmpl index b8d119f..a319015 100644 --- a/mirc/templates/echo/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/echo/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2 diff --git a/mirc/templates/fiber-v2/go.mod.tmpl b/mirc/templates/fiber-v2/go.mod.tmpl index deea7de..0a7c1e9 100644 --- a/mirc/templates/fiber-v2/go.mod.tmpl +++ b/mirc/templates/fiber-v2/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 github.com/gofiber/fiber/v2 v2.40.1 ) diff --git a/mirc/templates/fiber-v2/go.sum.tmpl b/mirc/templates/fiber-v2/go.sum.tmpl index 16b2bb9..8e29bbc 100644 --- a/mirc/templates/fiber-v2/go.sum.tmpl +++ b/mirc/templates/fiber-v2/go.sum.tmpl @@ -1,5 +1,5 @@ -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY= github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/gofiber/fiber/v2 v2.40.1 h1:pc7n9VVpGIqNsvg9IPLQhyFEMJL8gCs1kneH5D1pIl4= diff --git a/mirc/templates/fiber-v2/mirc/auto/api/site.go.tmpl b/mirc/templates/fiber-v2/mirc/auto/api/site.go.tmpl index 9b07269..72ab50e 100644 --- a/mirc/templates/fiber-v2/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/fiber-v2/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/fiber-v2/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/fiber-v2/mirc/auto/api/v1/site.go.tmpl index 7a65a3e..3e9e941 100644 --- a/mirc/templates/fiber-v2/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/fiber-v2/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/fiber-v2/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/fiber-v2/mirc/auto/api/v2/site.go.tmpl index fc6ebbc..f1815f3 100644 --- a/mirc/templates/fiber-v2/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/fiber-v2/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2 diff --git a/mirc/templates/fiber/go.mod.tmpl b/mirc/templates/fiber/go.mod.tmpl index f755e83..d08a6eb 100644 --- a/mirc/templates/fiber/go.mod.tmpl +++ b/mirc/templates/fiber/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 github.com/gofiber/fiber v1.14.6 ) diff --git a/mirc/templates/fiber/go.sum.tmpl b/mirc/templates/fiber/go.sum.tmpl index 6f01fb3..6780494 100644 --- a/mirc/templates/fiber/go.sum.tmpl +++ b/mirc/templates/fiber/go.sum.tmpl @@ -1,5 +1,5 @@ -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/andybalholm/brotli v1.0.0 h1:7UCwP93aiSfvWpapti8g88vVVGp2qqtGyePsSuDafo4= github.com/andybalholm/brotli v1.0.0/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y= github.com/gofiber/fiber v1.14.6 h1:QRUPvPmr8ijQuGo1MgupHBn8E+wW0IKqiOvIZPtV70o= diff --git a/mirc/templates/fiber/mirc/auto/api/site.go.tmpl b/mirc/templates/fiber/mirc/auto/api/site.go.tmpl index 4a35724..017ca55 100644 --- a/mirc/templates/fiber/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/fiber/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/fiber/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/fiber/mirc/auto/api/v1/site.go.tmpl index 9d067f7..5bfbaec 100644 --- a/mirc/templates/fiber/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/fiber/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/fiber/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/fiber/mirc/auto/api/v2/site.go.tmpl index 66b39b8..4b38555 100644 --- a/mirc/templates/fiber/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/fiber/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2 diff --git a/mirc/templates/gin/go.mod.tmpl b/mirc/templates/gin/go.mod.tmpl index 5622a25..9648ecb 100644 --- a/mirc/templates/gin/go.mod.tmpl +++ b/mirc/templates/gin/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 github.com/gin-gonic/gin v1.9.0 ) diff --git a/mirc/templates/gin/go.sum.tmpl b/mirc/templates/gin/go.sum.tmpl index 3cbe215..02f6f19 100644 --- a/mirc/templates/gin/go.sum.tmpl +++ b/mirc/templates/gin/go.sum.tmpl @@ -1,5 +1,5 @@ -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM= github.com/bytedance/sonic v1.8.0 h1:ea0Xadu+sHlu7x5O3gKhRpQ1IKiMrSiHttPF0ybECuA= github.com/bytedance/sonic v1.8.0/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U= diff --git a/mirc/templates/gin/mirc/auto/api/site.go.tmpl b/mirc/templates/gin/mirc/auto/api/site.go.tmpl index 02df352..eb5b911 100644 --- a/mirc/templates/gin/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/gin/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/gin/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/gin/mirc/auto/api/v1/site.go.tmpl index 63675e5..038ce56 100644 --- a/mirc/templates/gin/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/gin/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/gin/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/gin/mirc/auto/api/v2/site.go.tmpl index 34a468e..6eda8e6 100644 --- a/mirc/templates/gin/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/gin/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2 diff --git a/mirc/templates/hertz/go.mod.tmpl b/mirc/templates/hertz/go.mod.tmpl index 63bcecf..d7bd70d 100644 --- a/mirc/templates/hertz/go.mod.tmpl +++ b/mirc/templates/hertz/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 github.com/cloudwego/hertz v0.4.2 ) diff --git a/mirc/templates/hertz/go.sum.tmpl b/mirc/templates/hertz/go.sum.tmpl index ef2e65f..d515a05 100644 --- a/mirc/templates/hertz/go.sum.tmpl +++ b/mirc/templates/hertz/go.sum.tmpl @@ -1,5 +1,5 @@ -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/bytedance/go-tagexpr/v2 v2.9.2 h1:QySJaAIQgOEDQBLS3x9BxOWrnhqu5sQ+f6HaZIxD39I= github.com/bytedance/go-tagexpr/v2 v2.9.2/go.mod h1:5qsx05dYOiUXOUgnQ7w3Oz8BYs2qtM/bJokdLb79wRM= github.com/bytedance/gopkg v0.0.0-20220413063733-65bf48ffb3a7 h1:PtwsQyQJGxf8iaPptPNaduEIu9BnrNms+pcRdHAxZaM= diff --git a/mirc/templates/hertz/mirc/auto/api/site.go.tmpl b/mirc/templates/hertz/mirc/auto/api/site.go.tmpl index ca50336..f1a5c5e 100644 --- a/mirc/templates/hertz/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/hertz/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/hertz/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/hertz/mirc/auto/api/v1/site.go.tmpl index c07ecd2..e841b54 100644 --- a/mirc/templates/hertz/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/hertz/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/hertz/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/hertz/mirc/auto/api/v2/site.go.tmpl index ef4b826..0cf01be 100644 --- a/mirc/templates/hertz/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/hertz/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2 diff --git a/mirc/templates/httprouter/go.mod.tmpl b/mirc/templates/httprouter/go.mod.tmpl index 2b76e99..b9a0543 100644 --- a/mirc/templates/httprouter/go.mod.tmpl +++ b/mirc/templates/httprouter/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 github.com/julienschmidt/httprouter v1.3.0 ) {{if notEmptyStr .MirPkgName }} diff --git a/mirc/templates/httprouter/go.sum.tmpl b/mirc/templates/httprouter/go.sum.tmpl index 5abc8f7..6991078 100644 --- a/mirc/templates/httprouter/go.sum.tmpl +++ b/mirc/templates/httprouter/go.sum.tmpl @@ -1,4 +1,4 @@ -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= diff --git a/mirc/templates/httprouter/mirc/auto/api/site.go.tmpl b/mirc/templates/httprouter/mirc/auto/api/site.go.tmpl index 1b1f2be..de8fa5e 100644 --- a/mirc/templates/httprouter/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/httprouter/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/httprouter/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/httprouter/mirc/auto/api/v1/site.go.tmpl index 8ef96d1..24d078b 100644 --- a/mirc/templates/httprouter/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/httprouter/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/httprouter/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/httprouter/mirc/auto/api/v2/site.go.tmpl index 1adf63e..a3b12fd 100644 --- a/mirc/templates/httprouter/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/httprouter/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2 diff --git a/mirc/templates/iris/go.mod.tmpl b/mirc/templates/iris/go.mod.tmpl index 3da3ac2..b144b84 100644 --- a/mirc/templates/iris/go.mod.tmpl +++ b/mirc/templates/iris/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 github.com/kataras/iris/v12 v12.1.8 ) diff --git a/mirc/templates/iris/go.sum.tmpl b/mirc/templates/iris/go.sum.tmpl index 5ab1ca4..15e4f18 100644 --- a/mirc/templates/iris/go.sum.tmpl +++ b/mirc/templates/iris/go.sum.tmpl @@ -11,8 +11,8 @@ github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398 h1:WDC6ySpJzbxG github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqRtAwp2Xwc6WNPJEufxJ7fx3npB4UV/JOLmbu5I0= github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU= github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY= -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/andybalholm/brotli v1.0.4 h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY= github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= diff --git a/mirc/templates/iris/mirc/auto/api/site.go.tmpl b/mirc/templates/iris/mirc/auto/api/site.go.tmpl index bec67c1..3791c01 100644 --- a/mirc/templates/iris/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/iris/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/iris/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/iris/mirc/auto/api/v1/site.go.tmpl index a34b688..736070a 100644 --- a/mirc/templates/iris/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/iris/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/iris/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/iris/mirc/auto/api/v2/site.go.tmpl index c4dfe82..b8b3098 100644 --- a/mirc/templates/iris/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/iris/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2 diff --git a/mirc/templates/macaron/go.mod.tmpl b/mirc/templates/macaron/go.mod.tmpl index f29baab..06abf80 100644 --- a/mirc/templates/macaron/go.mod.tmpl +++ b/mirc/templates/macaron/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 gopkg.in/macaron.v1 v1.4.0 ) diff --git a/mirc/templates/macaron/go.sum.tmpl b/mirc/templates/macaron/go.sum.tmpl index b1aca62..91b88be 100644 --- a/mirc/templates/macaron/go.sum.tmpl +++ b/mirc/templates/macaron/go.sum.tmpl @@ -1,5 +1,5 @@ -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 h1:NjHlg70DuOkcAMqgt0+XA+NHwtu66MkTVVgR4fFWbcI= github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191/go.mod h1:VFI2o2q9kYsC4o7VP1HrEVosiZZTd+MVT3YZx4gqvJw= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= diff --git a/mirc/templates/macaron/mirc/auto/api/site.go.tmpl b/mirc/templates/macaron/mirc/auto/api/site.go.tmpl index 023390c..7303de6 100644 --- a/mirc/templates/macaron/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/macaron/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/macaron/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/macaron/mirc/auto/api/v1/site.go.tmpl index 7abf72d..61bf3e9 100644 --- a/mirc/templates/macaron/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/macaron/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/macaron/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/macaron/mirc/auto/api/v2/site.go.tmpl index 92000c9..c9ba6b7 100644 --- a/mirc/templates/macaron/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/macaron/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2 diff --git a/mirc/templates/mux/go.mod.tmpl b/mirc/templates/mux/go.mod.tmpl index 6ecc22d..45c164f 100644 --- a/mirc/templates/mux/go.mod.tmpl +++ b/mirc/templates/mux/go.mod.tmpl @@ -3,7 +3,7 @@ module {{ .PkgName }} go 1.18 require ( - github.com/alimy/mir/v3 v3.1.1 + github.com/alimy/mir/v3 v3.2.1 github.com/gorilla/mux v1.8.0 ) {{if notEmptyStr .MirPkgName }} diff --git a/mirc/templates/mux/go.sum.tmpl b/mirc/templates/mux/go.sum.tmpl index a7c6455..23d71a3 100644 --- a/mirc/templates/mux/go.sum.tmpl +++ b/mirc/templates/mux/go.sum.tmpl @@ -1,4 +1,4 @@ -github.com/alimy/mir/v3 v3.1.1 h1:3tz7uGOwuA1IKU0BysyBvGbyqKtEVMuhPBD/APk1ANw= -github.com/alimy/mir/v3 v3.1.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.2.1 h1:vnAHdqzMccP8C0DDyY3hAV50cVNBfDopgcyvv8TL9L4= +github.com/alimy/mir/v3 v3.2.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI= github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= diff --git a/mirc/templates/mux/mirc/auto/api/site.go.tmpl b/mirc/templates/mux/mirc/auto/api/site.go.tmpl index 3dea826..0db1c26 100644 --- a/mirc/templates/mux/mirc/auto/api/site.go.tmpl +++ b/mirc/templates/mux/mirc/auto/api/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package api diff --git a/mirc/templates/mux/mirc/auto/api/v1/site.go.tmpl b/mirc/templates/mux/mirc/auto/api/v1/site.go.tmpl index f4b943a..0e34725 100644 --- a/mirc/templates/mux/mirc/auto/api/v1/site.go.tmpl +++ b/mirc/templates/mux/mirc/auto/api/v1/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v1 diff --git a/mirc/templates/mux/mirc/auto/api/v2/site.go.tmpl b/mirc/templates/mux/mirc/auto/api/v2/site.go.tmpl index 8d7b459..b0c2a6c 100644 --- a/mirc/templates/mux/mirc/auto/api/v2/site.go.tmpl +++ b/mirc/templates/mux/mirc/auto/api/v2/site.go.tmpl @@ -1,6 +1,6 @@ // Code generated by go-mir. DO NOT EDIT. // versions: -// - mir v3.1.1 +// - mir v3.2.1 package v2