mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-18 02:30:03 +02:00
fix go modules
This commit is contained in:
parent
4770a26814
commit
db198067ee
2 changed files with 39 additions and 1 deletions
4
go.mod
4
go.mod
|
|
@ -2,4 +2,6 @@ module github.com/pnx/tree-sitter-dotenv
|
|||
|
||||
go 1.22
|
||||
|
||||
require github.com/tree-sitter/go-tree-sitter v1.23.1
|
||||
require github.com/tree-sitter/go-tree-sitter v0.24.0
|
||||
|
||||
require github.com/mattn/go-pointer v0.0.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue