-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 733 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (23 loc) · 733 Bytes
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
module github.com/stackrox/harness-openshell
go 1.25.0
require (
github.com/NVIDIA/OpenShell/sdk/go v0.0.0-20260820101241-7909fb5d0f54
github.com/spf13/cobra v1.10.2
golang.org/x/crypto v0.55.0
golang.org/x/oauth2 v0.36.0
golang.org/x/term v0.45.0
gopkg.in/yaml.v3 v3.0.1
)
require (
golang.org/x/net v0.57.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0
golang.org/x/text v0.41.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
google.golang.org/grpc v1.82.1 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)