-
Notifications
You must be signed in to change notification settings - Fork 63
/
go.mod
29 lines (26 loc) · 1.13 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/akiyosi/goneovim
go 1.21
require (
github.com/BurntSushi/toml v1.3.2
github.com/akiyosi/goqtframelesswindow v0.0.0-20240602061228-ca639595a315
github.com/akiyosi/qt v0.0.0-20240304155940-b43fff373ad5
github.com/akiyosi/short_path v0.2.1
github.com/atotto/clipboard v0.1.4
github.com/bluele/gcache v0.0.2
github.com/jessevdk/go-flags v1.5.0
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/go-homedir v1.1.0
github.com/neovim/go-client v1.2.2-0.20240514170004-863141a115a5
)
require (
github.com/akiyosi/qt/internal/binding/files/docs/5.12.0 v0.0.0-20240304155940-b43fff373ad5 // indirect
github.com/akiyosi/qt/internal/binding/files/docs/5.13.0 v0.0.0-20240304155940-b43fff373ad5 // indirect
github.com/akiyosi/w32 v0.0.0-20240207145154-5d3ee780f6cb // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/tools v0.1.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)