-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.32 KB
/
go.mod
File metadata and controls
36 lines (33 loc) · 1.32 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
module github.com/hslatman/mud-cli
go 1.24
require (
github.com/antage/eventsource v0.0.0-20190412115600-84b661236871
github.com/hslatman/go-mudyang v0.7.0
github.com/openconfig/ygot v0.31.0
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/smallstep/cli-utils v0.12.1
github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81
github.com/spf13/cobra v1.9.1
go.step.sm/crypto v0.58.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/golang/glog v1.2.5 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/manifoldco/promptui v0.9.0 // indirect
github.com/openconfig/gnmi v0.14.1 // indirect
github.com/openconfig/goyang v1.6.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
google.golang.org/grpc v1.72.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
)