Skip to content

Commit

Permalink
gox v1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Oct 6, 2021
1 parent 6b880d2 commit 215b9b7
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.8-patch1
github.com/goplus/gox v1.7.9
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.8-patch1 h1:pf59ZBG+9ARvvxmaVvBPSRRE+Z/QL6WUvLB+ZCNkEwU=
github.com/goplus/gox v1.7.8-patch1/go.mod h1:orZ6Mr9qqB4BVaVCMp/cypMtkn0Fp5XUE7e5uqjZATA=
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/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.6"
buildVersion string = "v1.0.9"
)

// Version returns the GoPlus tree's version string.
Expand Down

0 comments on commit 215b9b7

Please sign in to comment.