We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822ca7a commit 23f8628Copy full SHA for 23f8628
.gitignore
@@ -0,0 +1 @@
1
+vendor/
go.mod
@@ -2,4 +2,4 @@ module github.com/l4go/task
2
3
go 1.15
4
5
-require github.com/l4go/timer v0.0.0-20220120095019-e6646286833b
+require github.com/l4go/timer v1.20220131.0
go.sum
@@ -1,2 +1,4 @@
github.com/l4go/timer v0.0.0-20220120095019-e6646286833b h1:I2BR+h1YYcQgivla2BkupS8uAYwCfQb4HEUrC6D8G14=
github.com/l4go/timer v0.0.0-20220120095019-e6646286833b/go.mod h1:Uk5w/ITwWaKzi8M6+1VG0nUvYCLMtIOSJuiALCbMzXI=
+github.com/l4go/timer v1.20220131.0 h1:0g43f3ZYx4vkqbyMNXNkc7t/0xLtLqhYYjNBLqv1bIs=
+github.com/l4go/timer v1.20220131.0/go.mod h1:3WVqLwRVS1odYYP2UqSs8k8VYAbIRlNEGE02Yq1I2Pw=
0 commit comments