File tree Expand file tree Collapse file tree 5 files changed +18
-19
lines changed Expand file tree Collapse file tree 5 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 3
3
install :
4
4
go install github.com/osspkg/devtool@latest
5
5
6
+ .PHONY : setup
7
+ setup :
8
+ devtool setup-lib
6
9
7
10
.PHONY : lint
8
11
lint :
@@ -12,12 +15,16 @@ lint:
12
15
license :
13
16
devtool license
14
17
18
+ .PHONY : build
19
+ build :
20
+ devtool build --arch=amd64
21
+
15
22
.PHONY : tests
16
23
tests :
17
24
devtool test
18
25
19
26
.PHONY : ci
20
- ci : install license lint tests
27
+ ci : install setup license lint build tests
21
28
22
29
.PHONY : go_work
23
30
go_work :
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ module go.osspkg.com/x/algorithms
3
3
go 1.20
4
4
5
5
replace go.osspkg.com/x/test => ./../test
6
+
7
+ require go.osspkg.com/x/test v0.5.0
Original file line number Diff line number Diff line change 1
- github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2
- github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
- github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
4
- github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
5
- github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
6
- github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
7
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
8
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
9
- gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
10
- gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ replace (
16
16
)
17
17
18
18
require (
19
- go.osspkg.com/x/algorithms v0.5.0
19
+ go.osspkg.com/x/algorithms v0.5.1
20
20
go.osspkg.com/x/config v0.5.1
21
21
go.osspkg.com/x/console v0.5.1
22
22
go.osspkg.com/x/env v0.5.0
23
23
go.osspkg.com/x/errors v0.5.0
24
- go.osspkg.com/x/logx v0.5.2
24
+ go.osspkg.com/x/logx v0.5.3
25
25
go.osspkg.com/x/syncing v0.5.1
26
26
go.osspkg.com/x/syscall v0.5.0
27
27
go.osspkg.com/x/test v0.5.0
You can’t perform that action at this time.
0 commit comments