-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
25 lines (21 loc) · 773 Bytes
/
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
module github.com/chrisns/kubectl-passman
go 1.22.3
require github.com/stretchr/testify v1.10.0
require (
github.com/creasty/defaults v1.8.0
github.com/keybase/go-keychain v0.0.0-20231219164618-57a3676c3af6
github.com/urfave/cli v1.22.16
github.com/zalando/go-keyring v0.2.6
)
require (
al.essio.dev/pkg/shellescape v1.5.1 // indirect
github.com/alessio/shellescape v1.4.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)