mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-02-05 00:15:52 +00:00
33 lines
1.3 KiB
Modula-2
33 lines
1.3 KiB
Modula-2
module github.com/gabrie30/ghorg
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.13.0
|
|
github.com/fatih/color v1.9.0
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/go-github/v32 v32.0.0
|
|
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
|
|
github.com/k0kubun/pp v3.0.1+incompatible // indirect
|
|
github.com/korovkin/limiter v0.0.0-20190919045942-dac5a6b2a536
|
|
github.com/ktrysmt/go-bitbucket v0.6.1
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mitchellh/mapstructure v1.3.2 // indirect
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
|
github.com/spf13/afero v1.3.1 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/xanzy/go-gitlab v0.38.2
|
|
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
|
)
|