mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-28 18:19:04 +00:00
35 lines
1.3 KiB
Modula-2
35 lines
1.3 KiB
Modula-2
module github.com/gabrie30/ghorg
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/fatih/color v1.9.0
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/google/go-github/v32 v32.0.0
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/hashicorp/go-retryablehttp v0.6.6 // 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/prometheus/client_golang v1.7.1
|
|
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.33.0
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
|
)
|