main
Raw Download raw file
 1module mysh
 2
 3go 1.24.2
 4
 5require (
 6	github.com/machinebox/graphql v0.2.2
 7	github.com/spf13/cobra v1.10.1
 8)
 9
10require (
11	github.com/inconshreveable/mousetrap v1.1.0 // indirect
12	github.com/jedib0t/go-pretty/v6 v6.6.8 // indirect
13	github.com/matryer/is v1.4.1 // indirect
14	github.com/mattn/go-runewidth v0.0.16 // indirect
15	github.com/pkg/errors v0.9.1 // indirect
16	github.com/rivo/uniseg v0.4.7 // indirect
17	github.com/spf13/pflag v1.0.9 // indirect
18	golang.org/x/net v0.44.0 // indirect
19	golang.org/x/sys v0.36.0 // indirect
20	golang.org/x/term v0.35.0 // indirect
21	golang.org/x/text v0.29.0 // indirect
22)