Skip to content

Commit

Permalink
⬆️ upgrade goUtil v0.1.4 -> v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liserjrqlxue committed Feb 18, 2024
1 parent 25943dc commit 0ef0f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/liserjrqlxue/crypto
go 1.18

require (
github.com/liserjrqlxue/goUtil v0.1.4
github.com/liserjrqlxue/goUtil v0.1.5
github.com/xuri/excelize/v2 v2.8.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/liserjrqlxue/goUtil v0.1.4 h1:nhtT5Kux2GW/ZS0dI3V8vkHxRWpdNxLA2zPtpdEx+fs=
github.com/liserjrqlxue/goUtil v0.1.4/go.mod h1:ISuC+uBNn4J2Z/mWhM0QQVVUISEH5QdL5tGS5D2AFVg=
github.com/liserjrqlxue/goUtil v0.1.5 h1:JFtCJPa4Jn1+kgN66Ea5eCAAuWC3w+sHkn/lVoTXPn0=
github.com/liserjrqlxue/goUtil v0.1.5/go.mod h1:kdkh4+Jjzf/sxgdB3rh9yw1RIncx4oXL2LNKDyxP0X8=
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 0ef0f0b

Please sign in to comment.