Skip to content

Commit 5ae6264

Browse files
committed
deps: upgrade assert library.
1 parent 1562cbf commit 5ae6264

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/ghosind/go-async
33
go 1.18
44

55
require (
6-
github.com/ghosind/go-assert v1.0.1
6+
github.com/ghosind/go-assert v1.0.2
77
github.com/ghosind/utils v0.2.0
88
)
99

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/ghosind/go-assert v1.0.1 h1:0x01glw2ZY4r2LAw2rhztbHJj5UFL4Wfsx1e8hRQnCI=
22
github.com/ghosind/go-assert v1.0.1/go.mod h1:y1ayrGzScwcWG3TiTjJuFstq9oUHUE1Sk+DzH6CKVHY=
3+
github.com/ghosind/go-assert v1.0.2 h1:KASs3Rat4QgZMsYbjQLWJh0RjNc1jODvyVG3te+FoKc=
4+
github.com/ghosind/go-assert v1.0.2/go.mod h1:y1ayrGzScwcWG3TiTjJuFstq9oUHUE1Sk+DzH6CKVHY=
35
github.com/ghosind/utils v0.2.0 h1:U7byV6dLxPY55o89DnrHKLVeOzQMIuATNOjnlyK0ko0=
46
github.com/ghosind/utils v0.2.0/go.mod h1:TKXXia04sFjVu2qdi//Tqoo5Q87IsOeK94J7Vu+bOAk=
57
golang.org/x/exp v0.0.0-20231127185646-65229373498e h1:Gvh4YaCaXNs6dKTlfgismwWZKyjVZXwOPfIyUaqU3No=

0 commit comments

Comments
 (0)