Skip to content

Commit

Permalink
update makefile, update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mclacore committed Oct 15, 2024
1 parent 8aa21b6 commit 69c64e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ generate: ${API_DIR}/zz_generated.go

.PHONY: test
test:
go test ./... -cover
go clean -testcache && go test ./... -cover

bin:
mkdir bin
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ toolchain go1.23.2
require (
github.com/Checkmarx/kics/v2 v2.1.3
github.com/charmbracelet/glamour v0.8.0
github.com/charmbracelet/lipgloss v0.13.0
github.com/hashicorp/hcl/v2 v2.22.0
github.com/massdriver-cloud/terraform-config-inspect v0.0.1
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/wk8/go-ordered-map/v2 v2.1.8
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zclconf/go-cty v1.15.0
golang.org/x/mod v0.21.0
gopkg.in/yaml.v3 v3.0.1
)

Expand All @@ -26,7 +28,6 @@ require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/charmbracelet/lipgloss v0.13.0 // indirect
github.com/charmbracelet/x/ansi v0.3.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
Expand Down Expand Up @@ -55,7 +56,6 @@ require (
github.com/yuin/goldmark-emoji v1.0.3 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
Expand Down

0 comments on commit 69c64e8

Please sign in to comment.