-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
44 lines (40 loc) · 1.65 KB
/
Copy pathgo.mod
File metadata and controls
44 lines (40 loc) · 1.65 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/KusoKaihatsuSha/tray_helper
go 1.18
require (
fyne.io/systray v1.10.1-0.20230602210930-b6a2d6ca2a7b
github.com/micmonay/keybd_event v1.1.1
golang.org/x/sys v0.8.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/go-toolsmith/astcast v1.1.0 // indirect
github.com/go-toolsmith/astcopy v1.1.0 // indirect
github.com/go-toolsmith/astequal v1.1.0 // indirect
github.com/go-toolsmith/astfmt v1.1.0 // indirect
github.com/go-toolsmith/astp v1.1.0 // indirect
github.com/go-toolsmith/strparse v1.1.0 // indirect
github.com/go-toolsmith/typep v1.1.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
github.com/gostaticanalysis/comment v1.4.2 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/quasilyte/go-ruleguard v0.3.19 // indirect
github.com/quasilyte/gogrep v0.5.0 // indirect
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
github.com/tevino/abool v1.2.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20230213192124-5e25df0256eb // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/text v0.9.0 // indirect
)
require (
github.com/go-chi/chi/v5 v5.0.8
github.com/go-critic/go-critic v0.8.1
github.com/rs/zerolog v1.29.1
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
golang.org/x/tools v0.9.1
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
honnef.co/go/tools v0.4.3
)