Skip to content

Commit

Permalink
Merge pull request #55 from aquilax/tidy-up-v3
Browse files Browse the repository at this point in the history
Tidy up the package
  • Loading branch information
aquilax authored Dec 31, 2022
2 parents 569e10c + 8c9ccca commit 2b085b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ unexport HR_LOGFILE
unexport HR_CONFIG
unexport HR_DATE_FORMAT

GO=go1.18.1
GO=go
SHELL=/bin/bash
TARGET=hranoprovod-cli
MDEXEC=mdexec
Expand Down
5 changes: 2 additions & 3 deletions cmd/hranoprovod-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aquilax/hranoprovod-cli/cmd/hranoprovod-cli/v3
go 1.17

require (
github.com/aquilax/hranoprovod-cli/v3 v3.0.0
github.com/aquilax/hranoprovod-cli/v3 v3.0.0-alpha.4
github.com/aquilax/truncate v1.0.0
github.com/stretchr/testify v1.7.1
github.com/tj/go-naturaldate v1.3.0
Expand All @@ -16,8 +16,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/aquilax/hranoprovod-cli/v3 => ../../
2 changes: 2 additions & 0 deletions cmd/hranoprovod-cli/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/aquilax/hranoprovod-cli/v3 v3.0.0-alpha.4 h1:/4YvAnbnk13s9OVGCgMBnUzVNKW9IDOo/vKFK8T9zsE=
github.com/aquilax/hranoprovod-cli/v3 v3.0.0-alpha.4/go.mod h1:1y8LjMCEa5qWbq6oZmRBhZ1UtLT+1WIV4fN+eXYIfWY=
github.com/aquilax/truncate v1.0.0 h1:UgIGS8U/aZ4JyOJ2h3xcF5cSQ06+gGBnjxH2RUHJe0U=
github.com/aquilax/truncate v1.0.0/go.mod h1:BeMESIDMlvlS3bmg4BVvBbbZUNwWtS8uzYPAKXwwhLw=
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
Expand Down
9 changes: 1 addition & 8 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/aquilax/hranoprovod-cli/v3 v3.0.0-alpha.4/go.mod h1:1y8LjMCEa5qWbq6oZmRBhZ1UtLT+1WIV4fN+eXYIfWY=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/urfave/cli/v2 v2.8.1 h1:CGuYNZF9IKZY/rfBe3lJpccSoIY1ytfvmgQT90cNOl4=
github.com/urfave/cli/v2 v2.8.1/go.mod h1:Z41J9TPoffeoqP0Iza0YbAhGvymRdZAd2uPmZ5JxRdY=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit 2b085b8

Please sign in to comment.