-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
56 lines (52 loc) · 2.05 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
module github.com/open-uem/openuem-agent
go 1.23.4
require (
github.com/ceshihao/windowsupdate v0.0.4
github.com/go-ole/go-ole v1.3.0
github.com/yusufpapurcu/wmi v1.2.4
golang.org/x/sys v0.29.0
)
require (
github.com/dgraph-io/badger/v4 v4.3.1
github.com/doncicuto/comshim v0.0.0-20241121140116-6b86c684d9e9
github.com/evangwt/go-vncproxy v1.1.0
github.com/gliderlabs/ssh v0.3.7
github.com/go-co-op/gocron/v2 v2.11.0
github.com/google/uuid v1.6.0
github.com/labstack/echo/v4 v4.12.0
github.com/nats-io/nats.go v1.38.0
github.com/open-uem/nats v0.0.0-20250124054349-0a9058f44dfe
github.com/open-uem/utils v0.0.0-20250105115248-b0599a18d2b5
github.com/pkg/sftp v1.13.6
golang.org/x/crypto v0.31.0
golang.org/x/net v0.33.0
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/dgraph-io/ristretto v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/evangwt/go-bufcopy v0.1.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/jonboulle/clockwork v0.4.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nats-io/nkeys v0.4.9 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)