Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSaikovski committed Apr 15, 2024
1 parent 4f23937 commit 085f232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ staticcheck:
.PHONY: seccheck
## seccheck - Code vulnerability check
seccheck:
#govulncheck ./...
govulncheck ./...


.PHONY: lint
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/AaronSaikovski/gogoodwe

go 1.22.1
go 1.22.2

require (
github.com/alexflint/go-arg v1.4.3
Expand Down

0 comments on commit 085f232

Please sign in to comment.