File tree 3 files changed +19
-1918
lines changed
3 files changed +19
-1918
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v2
18
18
with :
19
- go-version : 1.17
19
+ go-version : 1.18
20
20
21
21
- name : Build
22
22
run : go build -v ./...
Original file line number Diff line number Diff line change 1
1
module github.com/vknabel/lithia
2
2
3
- go 1.16
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/muesli/coral v1.0.0
7
- github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 // indirect
8
7
github.com/smacker/go-tree-sitter v0.0.0-20220611151427-2c4b54ed41fe
9
8
github.com/tliron/glsp v0.1.1
10
9
github.com/tliron/kutil v0.1.60
11
10
github.com/vknabel/tree-sitter-lithia v0.2.1
11
+ )
12
+
13
+ require (
14
+ github.com/gorilla/websocket v1.5.0 // indirect
15
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
16
+ github.com/mattn/go-colorable v0.1.12 // indirect
17
+ github.com/mattn/go-isatty v0.0.14 // indirect
18
+ github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 // indirect
19
+ github.com/pkg/errors v0.9.1 // indirect
20
+ github.com/sasha-s/go-deadlock v0.3.1 // indirect
21
+ github.com/sourcegraph/jsonrpc2 v0.1.0 // indirect
22
+ github.com/spf13/pflag v1.0.5 // indirect
23
+ github.com/zchee/color/v2 v2.0.6 // indirect
24
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
12
25
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
26
+ golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
13
27
)
You can’t perform that action at this time.
0 commit comments