mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-10-21 10:50:22 +00:00
12 lines
257 B
Modula-2
12 lines
257 B
Modula-2
module github.com/ahmetb/kubectx
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
facette.io/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
|
|
github.com/fatih/color v1.9.0
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
)
|