Skip to content

Commit

Permalink
Merge pull request #3 from jjuarez/feature/updates
Browse files Browse the repository at this point in the history
Feature/updates
  • Loading branch information
jjuarez authored Aug 12, 2022
2 parents 2d5d8eb + b1bce9b commit ceed655
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 99 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test: ## Testing all the things
.PHONY: clean
clean: ## Clean the generated products
@$(GOCLEAN)
@rm -f $(BINARY)
@rm -fr $(BINARY) ./dist/*

.PHONY: all
all: clean build test
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/jjuarez/iks-ctx-cleaner
go 1.16

require (
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.3.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.7.1
gopkg.in/yaml.v3 v3.0.0
)
Loading

0 comments on commit ceed655

Please sign in to comment.