Skip to content

Commit a8740a2

Browse files
committed
Update fo mod and sum
1 parent 0307a43 commit a8740a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ go 1.24
44

55
require (
66
golang.org/x/time v0.5.0
7-
tideland.dev/go/asserts v0.0.0
7+
tideland.dev/go/asserts v0.1.1
88
)
9+
10+
require golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 h1:aAcj0Da7eBAtrTp03QXWvm88pSyOt+UgdZw2BFZ+lEw=
2+
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8/go.mod h1:CQ1k9gNrJ50XIzaKCRR2hssIjF07kZFEiieALBM/ARQ=
13
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
24
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
5+
tideland.dev/go/asserts v0.1.1 h1:dTyeLxbOG7k4XvLRFGu/MJTBL5BcBvEnyIF23Ya68eQ=
6+
tideland.dev/go/asserts v0.1.1/go.mod h1:laqSQiIavjBDGZJqlo+mj7uCoyL8tUd+s1RKdqcpJYI=

0 commit comments

Comments
 (0)