mirror of
https://github.com/cooperspencer/gickup.git
synced 2025-05-19 07:43:55 +02:00
36 lines
1.5 KiB
Modula-2
36 lines
1.5 KiB
Modula-2
module gickup
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f // indirect
|
|
github.com/alecthomas/kong v0.4.1
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-github/v41 v41.0.0
|
|
github.com/gookit/color v1.5.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
|
github.com/hashicorp/go-version v1.4.0 // indirect
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
|
github.com/ktrysmt/go-bitbucket v0.9.36
|
|
github.com/melbahja/goph v1.3.0
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/rs/zerolog v1.26.1
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/xanzy/go-gitlab v0.55.1
|
|
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|