File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,13 @@ module github.com/KubrickCode/loa-work/src/go/libs/schedule
33go 1.23
44
55require (
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)
Original file line number Diff line number Diff line change 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 =
13github.com/k0kubun/pp v3.0.1+incompatible h1:3tqvf7QgUnZ5tXO6pNAZlrvHgl6DvifjDrd9g2S9Z40 =
24github.com/k0kubun/pp v3.0.1+incompatible /go.mod h1:GWse8YhT0p8pT4ir3ZgBbfZild3tgzSScAn6HmfYukg =
35github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
You canโt perform that action at this time.
0 commit comments