-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
38 lines (34 loc) · 1.32 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
30
31
32
33
34
35
36
37
38
module github.com/adrianriobo/goax
go 1.22.0
toolchain go1.22.7
require (
github.com/go-ole/go-ole v1.3.0
github.com/kbinani/screenshot v0.0.0-20240820160931-a8a2c5d0e191
github.com/openstandia/w32uiautomation v0.0.0-20190416091226-c987b5b65d6b
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.20.0-alpha.6
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
)
require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gen2brain/shm v0.1.0 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/sagikazarmark/locafero v0.6.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)