Skip to content

Commit

Permalink
chore: update go-make
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <[email protected]>
  • Loading branch information
kzantow committed Nov 5, 2024
1 parent 18e993c commit 07eda80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion make/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/anchore/chronicle/make

go 1.22.1

require github.com/anchore/go-make v0.0.0-20241023203325-08c3c0d8fcfb
require github.com/anchore/go-make v0.0.0-20241105175428-0cddee2f191c

require (
github.com/kr/text v0.2.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions make/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/anchore/go-make v0.0.0-20241023195051-94aca613f855 h1:/HOfJkk2BEYp1HT
github.com/anchore/go-make v0.0.0-20241023195051-94aca613f855/go.mod h1:y2KCL40/pLMqMu5PGqxGUs/1taaQjZVkuCGXFi9Lcic=
github.com/anchore/go-make v0.0.0-20241023203325-08c3c0d8fcfb h1:c+mHPjWcLNEZuUcsEYWwE8wju8C8rFWyM7qU3SdzrI4=
github.com/anchore/go-make v0.0.0-20241023203325-08c3c0d8fcfb/go.mod h1:y2KCL40/pLMqMu5PGqxGUs/1taaQjZVkuCGXFi9Lcic=
github.com/anchore/go-make v0.0.0-20241105175428-0cddee2f191c h1:IR6T35af2y38JbvoeNMW4V/2FXw9aa01AihjgsLGA3c=
github.com/anchore/go-make v0.0.0-20241105175428-0cddee2f191c/go.mod h1:y2KCL40/pLMqMu5PGqxGUs/1taaQjZVkuCGXFi9Lcic=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
Expand Down

0 comments on commit 07eda80

Please sign in to comment.