19 lines
423 B
Modula-2
19 lines
423 B
Modula-2
module i2pgit.org/go-i2p/go-github-sync
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/google/go-github/v61 v61.0.0
|
|
github.com/spf13/cobra v1.9.1
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/oauth2 v0.30.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
)
|