Young Xu
72c9cc2f15
docs: readme fix: upgrade with commit id feat: log to logrus upgrade: lormatter feat: strong search go module version fix: github repo no version fix: ignore google.golang.org upgrade: github api first commit
24 lines
620 B
Modula-2
24 lines
620 B
Modula-2
module gitter.top/apps/gomod
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/go-github/v64 v64.0.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/stretchr/testify v1.9.0
|
|
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/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|