Skip to content

Commit de29b79

Browse files
committed
go: schedule go mod tidy
1 parent c6af04f commit de29b79

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

โ€Žsrc/go/libs/schedule/go.modโ€Ž

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ module github.com/KubrickCode/loa-work/src/go/libs/schedule
33
go 1.23
44

55
require (
6-
github.com/k0kubun/pp v3.0.1+incompatible // indirect
6+
github.com/k0kubun/pp v3.0.1+incompatible
7+
github.com/pkg/errors v0.9.1
8+
)
9+
10+
require (
11+
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
712
github.com/mattn/go-colorable v0.1.13 // indirect
813
github.com/mattn/go-isatty v0.0.20 // indirect
9-
github.com/pkg/errors v0.9.1 // indirect
1014
golang.org/x/sys v0.27.0 // indirect
1115
)

โ€Žsrc/go/libs/schedule/go.sumโ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 h1:uC1QfSlInpQF+M0ao65imhwqKnz3Q2z/d8PWZRMQvDM=
2+
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k=
13
github.com/k0kubun/pp v3.0.1+incompatible h1:3tqvf7QgUnZ5tXO6pNAZlrvHgl6DvifjDrd9g2S9Z40=
24
github.com/k0kubun/pp v3.0.1+incompatible/go.mod h1:GWse8YhT0p8pT4ir3ZgBbfZild3tgzSScAn6HmfYukg=
35
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=

0 commit comments

Comments
ย (0)