gomod/go.mod

32 lines
1.0 KiB
Modula-2
Raw Normal View History

module gitter.top/apps/gomod
go 1.20
require (
github.com/briandowns/spinner v1.23.1
github.com/fatih/color v1.17.0
github.com/google/go-github/v64 v64.0.0
github.com/olekukonko/tablewriter v0.0.6-0.20230925090304-df64c4bbad77
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.1-0.20240613200951-b074924938f8
gitter.top/common/lormatter v0.0.1
golang.org/x/mod v0.20.0
golang.org/x/net v0.28.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)