Skip to content

Commit

Permalink
chore: bump globstar.dev to v0.4.0 (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Sourya Vatsyayan <[email protected]>
  • Loading branch information
sourya-deepsource authored Feb 28, 2025
1 parent f4a5dfd commit 804b8c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ build:

test-builtin-rules:
echo "Testing built-in rules..."
./bin/globstar test -d checkers/
./bin/globstar test -d checkers

testall: test-builtin-rules test
4 changes: 1 addition & 3 deletions checkers/discover/custom_analyzer_stub/go.mod.embed
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module globstar.dev/customanalyzer

go 1.23.4

require globstar.dev v0.3.0
require globstar.dev v0.4.0

require github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82 // indirect

replace globstar.dev => /Users/sourya/deepsource/globstar
4 changes: 2 additions & 2 deletions checkers/discover/custom_analyzer_stub/go.sum.embed
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82 h1:6C8qej6f
github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82/go.mod h1:xe4pgH49k4SsmkQq5OT8abwhWmnzkhpgnXeekbx2efw=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
globstar.dev v0.3.0 h1:lRoJlPbSOiYvHMzt4/gIGypkgI+FU0kQqRx9V2vipPs=
globstar.dev v0.3.0/go.mod h1:DVC2P/tyIwUhrP3mYhwjQpJ1eyurAhN7npF1/5X7WFY=
globstar.dev v0.4.0 h1:I6gqiN4pe1UQRmDk6gRXgX/OAWK5QTsaqKfZWfi7Ohs=
globstar.dev v0.4.0/go.mod h1:DVC2P/tyIwUhrP3mYhwjQpJ1eyurAhN7npF1/5X7WFY=
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 804b8c7

Please sign in to comment.