Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial SysTray PR #48

Closed
wants to merge 50 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
8387104
Add SysTray
conlan0 Apr 3, 2024
b1701de
Add case "systrayconfig"
conlan0 Apr 3, 2024
a1b6336
Start systray process on startup
conlan0 Apr 3, 2024
df94341
Update systray.go
conlan0 Apr 3, 2024
a5f7eed
Add tray flag
conlan0 Apr 3, 2024
e133c5f
Rename systray.go to systray_windows.go
conlan0 Apr 3, 2024
53d8a44
Update and rename main.go to tray_windows.go
conlan0 Apr 3, 2024
11234f9
Update and rename pipe.go to pipe_windows.go
conlan0 Apr 3, 2024
35ee16f
Rename icon.go to icon_windows.go
conlan0 Apr 3, 2024
28a549a
add tray_unix
conlan0 Apr 4, 2024
6ea3d69
Update agent_unix.go for systray
conlan0 Apr 4, 2024
14edf27
update go.mod and go.sum
conlan0 Apr 4, 2024
1463ab2
update go.mod and go.sum again
conlan0 Apr 4, 2024
25395e0
Delete go.sum
conlan0 Apr 4, 2024
7002efe
Delete go.mod
conlan0 Apr 4, 2024
fd45a9b
add go.mod
conlan0 Apr 4, 2024
3985395
add sum
conlan0 Apr 4, 2024
ecad4d0
update bundled python version on windows >= 8.1 to 3.11.9
wh1te909 Jun 23, 2024
5fef58f
update reqs
wh1te909 Jun 23, 2024
c64fc85
update cmd
wh1te909 Jun 30, 2024
687e890
bump version
wh1te909 Jul 8, 2024
08cf78c
Add SysTray
conlan0 Apr 3, 2024
88b7dd4
Add case "systrayconfig"
conlan0 Apr 3, 2024
322ba0e
Start systray process on startup
conlan0 Apr 3, 2024
38e9bf6
Update systray.go
conlan0 Apr 3, 2024
03c90f1
Add tray flag
conlan0 Apr 3, 2024
32aa608
Rename systray.go to systray_windows.go
conlan0 Apr 3, 2024
639a04e
Update and rename main.go to tray_windows.go
conlan0 Apr 3, 2024
5369902
Update and rename pipe.go to pipe_windows.go
conlan0 Apr 3, 2024
83d1689
Rename icon.go to icon_windows.go
conlan0 Apr 3, 2024
1febe80
add tray_unix
conlan0 Apr 4, 2024
d247c8c
Update agent_unix.go for systray
conlan0 Apr 4, 2024
67dcd5e
update go.mod and go.sum
conlan0 Apr 4, 2024
59317fb
update go.mod and go.sum again
conlan0 Apr 4, 2024
4a9be4e
Update filepaths, requests and more
conlan0 Aug 5, 2024
766b930
Merge branch 'develop' of https://github.com/conlan0/rmmagent into de…
conlan0 Aug 5, 2024
7ce4bbc
Update go.sum
conlan0 Aug 5, 2024
f5a4463
Update go.mod
conlan0 Aug 5, 2024
723982f
Delete duplicate function
conlan0 Aug 5, 2024
6825abf
Update go.mod
conlan0 Aug 5, 2024
3a67218
Delete agent/support directory
conlan0 Aug 5, 2024
43861ff
Update go.sum
conlan0 Aug 5, 2024
cb666e8
Update go.sum
conlan0 Aug 5, 2024
ac20609
Update go.mod
conlan0 Aug 5, 2024
fc82407
Update go.mod
conlan0 Aug 5, 2024
4bca338
Update go.sum
conlan0 Aug 5, 2024
014a3cf
Update go.sum
conlan0 Aug 5, 2024
c48afe0
Update go.sum
conlan0 Aug 5, 2024
bab9189
Update go.sum
conlan0 Aug 5, 2024
7cbb297
Update main.go to use tray not support
conlan0 Aug 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 26 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ go 1.20

require (
github.com/StackExchange/wmi v1.2.1
github.com/elastic/go-sysinfo v1.11.2
github.com/elastic/go-sysinfo v1.11.1
github.com/go-ole/go-ole v1.3.0
github.com/go-ping/ping v1.1.0
github.com/go-resty/resty/v2 v2.11.0
github.com/go-resty/resty/v2 v2.10.0
github.com/gonutz/w32/v2 v2.11.1
github.com/iamacarpet/go-win64api v0.0.0-20230324134531-ef6dbdd6db97
github.com/nats-io/nats.go v1.34.0
github.com/nats-io/nats.go v1.31.0
conlan0 marked this conversation as resolved.
Show resolved Hide resolved
github.com/rickb777/date v1.19.1
github.com/shirou/gopsutil/v3 v3.23.12
github.com/shirou/gopsutil/v3 v3.23.10
github.com/sirupsen/logrus v1.9.3
github.com/ugorji/go/codec v1.2.12
github.com/ugorji/go/codec v1.2.11
github.com/wh1te909/go-win64api v0.0.0-20230802051600-21b24f62e846
github.com/wh1te909/trmm-shared v0.0.0-20220227075846-f9f757361139
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.16.0
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.17.0
)

require (
Expand All @@ -28,19 +28,26 @@ require (

require (
github.com/fourcorelabs/wintoken v1.0.0
github.com/getlantern/systray v1.2.2
github.com/jaypipes/ghw v0.12.0
github.com/kardianos/service v1.2.2
github.com/spf13/viper v1.18.2
golang.org/x/text v0.14.0
github.com/spf13/viper v1.17.0
)

require (
github.com/elastic/go-windows v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // indirect
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/google/cabbie v1.0.3 // indirect
github.com/google/glazier v0.0.0-20220520121753-83447cca4ea7 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jaypipes/pcidb v1.0.0 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
Expand All @@ -49,31 +56,33 @@ require (
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nkeys v0.4.6 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rickb777/plural v1.4.1 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e // indirect
github.com/shoenig/go-m1cpu v0.1.6 // 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/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
Expand Down
Loading
Loading