Skip to content

Commit 1bf7bb2

Browse files
committed
Updated src.
1 parent 0ff819b commit 1bf7bb2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
module github.com/l4go/mutex
1+
module github.com/l4go/task
22

33
go 1.15
44

5-
require (
6-
github.com/l4go/task v0.0.0-20220120091252-00b14e58ff7b
7-
github.com/l4go/timer v0.0.0-20220120095019-e6646286833b
8-
)
5+
require github.com/l4go/timer v0.0.0-20220120095019-e6646286833b

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
github.com/l4go/task v0.0.0-20220120091252-00b14e58ff7b h1:xDgDdoOzXrOz7hof+6i3UAQ/k7uX3BCT2UWWSPBpeY4=
2-
github.com/l4go/task v0.0.0-20220120091252-00b14e58ff7b/go.mod h1:Y+HtqqbG8xHIirohEByVHb+RNbhKJqCuwGEvFtb/m0E=
31
github.com/l4go/timer v0.0.0-20220120095019-e6646286833b h1:I2BR+h1YYcQgivla2BkupS8uAYwCfQb4HEUrC6D8G14=
42
github.com/l4go/timer v0.0.0-20220120095019-e6646286833b/go.mod h1:Uk5w/ITwWaKzi8M6+1VG0nUvYCLMtIOSJuiALCbMzXI=

0 commit comments

Comments
 (0)