Skip to content

Commit

Permalink
github.com/goplus/gox v1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Oct 8, 2021
1 parent d1251a7 commit ac07b69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ac07b69

Please sign in to comment.