-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
1,918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
module github.com/vknabel/lithia | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/muesli/coral v1.0.0 | ||
github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 // indirect | ||
github.com/smacker/go-tree-sitter v0.0.0-20220611151427-2c4b54ed41fe | ||
github.com/tliron/glsp v0.1.1 | ||
github.com/tliron/kutil v0.1.60 | ||
github.com/vknabel/tree-sitter-lithia v0.2.1 | ||
) | ||
|
||
require ( | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sasha-s/go-deadlock v0.3.1 // indirect | ||
github.com/sourcegraph/jsonrpc2 v0.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/zchee/color/v2 v2.0.6 // indirect | ||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect | ||
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect | ||
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect | ||
) |
Oops, something went wrong.