Skip to content

Commit

Permalink
fix(cmd/web): 统一 source 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Nov 21, 2023
1 parent 6e04273 commit f122e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/web/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/issue9/web/cmd/web
go 1.21

require (
github.com/caixw/gobuild v1.7.1
github.com/caixw/gobuild v1.7.2
github.com/getkin/kin-openapi v0.120.0
github.com/issue9/assert/v3 v3.1.0
github.com/issue9/cmdopt v0.13.0
Expand Down
4 changes: 2 additions & 2 deletions cmd/web/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 h1:N7oVaKyGp8bttX0bfZGmcGkjz7DLQXhAn3DNd3T0ous=
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874/go.mod h1:r5xuitiExdLAJ09PR7vBVENGvp4ZuTBeWTGtxuX3K+c=
github.com/caixw/gobuild v1.7.1 h1:BZ4v04FkbhXYZg4HK0cT/pb0HZ2H9yBtFX6wr1wqSsM=
github.com/caixw/gobuild v1.7.1/go.mod h1:osyuz6HGsQ0S9KFyK1SMuJzQ65Qcm1Q1QD0lkCjV0Fc=
github.com/caixw/gobuild v1.7.2 h1:iYFuslKqZjwLDduqOqbPhxQ0BRCADdgUkaYRWOOebbU=
github.com/caixw/gobuild v1.7.2/go.mod h1:9KwhLT9vEwoYwr4s3gky0V5BVDj2LvxMDnBzaRki72s=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down

0 comments on commit f122e65

Please sign in to comment.