Skip to content

Commit

Permalink
gox v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Sep 24, 2021
1 parent 79263dc commit 8e35096
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/goplus/gop
go 1.16

require (
github.com/goplus/gox v1.7.4
github.com/goplus/gox v1.7.5
github.com/qiniu/x v1.11.5
golang.org/x/mod v0.5.0
golang.org/x/mod v0.5.1
golang.org/x/tools v0.1.6
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
github.com/goplus/gox v1.7.4 h1:FfkFVU/GvHkouUjZDNUwGnal8SirBGVcXkMS7k397Gg=
github.com/goplus/gox v1.7.4/go.mod h1:CLZLNFTBALT+PsbK8i/BeWXO3aEOJgnudaGV980AFIk=
github.com/goplus/gox v1.7.5 h1:mdzIyXVBukbdnnfAX3stLR7bDOQFXzW+Rkhb0QGOrBU=
github.com/goplus/gox v1.7.5/go.mod h1:CLZLNFTBALT+PsbK8i/BeWXO3aEOJgnudaGV980AFIk=
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=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.5.0 h1:UG21uOlmZabA4fW5i7ZX6bjw1xELEGg/ZLgZq9auk/Q=
golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
golang.org/x/mod v0.5.1 h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38=
golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
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.1"
buildVersion string = "v1.0.5"
)

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

0 comments on commit 8e35096

Please sign in to comment.