forked from device-management-toolkit/rpc-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (32 loc) · 1.12 KB
/
go.mod
File metadata and controls
37 lines (32 loc) · 1.12 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
module github.com/device-management-toolkit/rpc-go/v2
go 1.25.0
// uncomment if developing with go-wsman-messages locally
// replace github.com/device-management-toolkit/go-wsman-messages/v2 => ../go-wsman-messages
require (
github.com/alecthomas/kong v1.14.0
github.com/alecthomas/kong-yaml v0.2.0
github.com/device-management-toolkit/go-wsman-messages/v2 v2.37.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/hirochachacha/go-smb2 v1.1.0
github.com/sirupsen/logrus v1.9.4
github.com/stretchr/testify v1.11.1
go.uber.org/mock v0.6.0
golang.org/x/sys v0.42.0
)
require (
al.essio.dev/pkg/shellescape v1.5.1 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/geoffgarside/ber v1.1.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/zalando/go-keyring v0.2.6 // indirect
golang.org/x/crypto v0.45.0 // indirect
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/term v0.40.0
gopkg.in/yaml.v3 v3.0.1
software.sslmate.com/src/go-pkcs12 v0.7.0
)