Skip to content

Commit

Permalink
chore: 更新依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Dec 19, 2022
1 parent 407525a commit 21d7bd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/issue9/conv

require github.com/issue9/assert/v3 v3.0.1
require github.com/issue9/assert/v3 v3.0.4

require golang.org/x/exp v0.0.0-20220609121020-a51bd0440498
require golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15

go 1.18
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/issue9/assert/v3 v3.0.1 h1:8DPOYgzX3ajiyrVZz6f3GoLn4wuy+vIV750CKFgFGmE=
github.com/issue9/assert/v3 v3.0.1/go.mod h1:yft/uaskRpwQTyBT3n1zRl91SR1wNlO4fLZHzOa4bdM=
golang.org/x/exp v0.0.0-20220609121020-a51bd0440498 h1:TF0FvLUGEq/8wOt/9AV1nj6D4ViZGUIGCMQfCv7VRXY=
golang.org/x/exp v0.0.0-20220609121020-a51bd0440498/go.mod h1:yh0Ynu2b5ZUe3MQfp2nM0ecK7wsgouWTDN0FNeJuIys=
github.com/issue9/assert/v3 v3.0.4 h1:WsYZQ6PQmM/pGFrbkn5GIXjWeVZHv+wcl2829UTX1Qc=
github.com/issue9/assert/v3 v3.0.4/go.mod h1:yft/uaskRpwQTyBT3n1zRl91SR1wNlO4fLZHzOa4bdM=
golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15 h1:5oN1Pz/eDhCpbMbLstvIPa0b/BEQo6g6nwV3pLjfM6w=
golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=

0 comments on commit 21d7bd6

Please sign in to comment.