diff --git a/go.mod b/go.mod index 5894eac31..538b815b1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/goplus/gop go 1.16 require ( - github.com/goplus/gox v1.7.9 + github.com/goplus/gox v1.7.10 github.com/qiniu/x v1.11.5 golang.org/x/mod v0.5.1 golang.org/x/tools v0.1.7 diff --git a/go.sum b/go.sum index a5f37e1ec..483b5e79c 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/goplus/gox v1.7.9 h1:/k7wCZpoBOdtIuBicmb0IYV5BfX2zl//8WNWQ3ZH+JI= -github.com/goplus/gox v1.7.9/go.mod h1:orZ6Mr9qqB4BVaVCMp/cypMtkn0Fp5XUE7e5uqjZATA= +github.com/goplus/gox v1.7.10 h1:gjJSI7h80BfmyuuZE9YJX7xZPrd8MxipirqcI3exoyE= +github.com/goplus/gox v1.7.10/go.mod h1:orZ6Mr9qqB4BVaVCMp/cypMtkn0Fp5XUE7e5uqjZATA= github.com/qiniu/x v1.11.5 h1:TYr5cl4g2yoHAZeDK4MTjKF6CMoG+IHlCDvvM5qym6U= github.com/qiniu/x v1.11.5/go.mod h1:03Ni9tj+N2h2aKnAz+6N0Xfl8FwMEDRC2PAlxekASDs= github.com/yuin/goldmark v1.4.0/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= diff --git a/version.go b/version.go index 0dfdba527..474019795 100644 --- a/version.go +++ b/version.go @@ -19,7 +19,7 @@ package gop // buildVersion is the GoPlus tree's version string at build time. // This is set by the linker. var ( - buildVersion string = "v1.0.12" + buildVersion string = "v1.0.13" ) // Version returns the GoPlus tree's version string.