1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-10-19 08:18:07 +02:00
gickup/go.mod

36 lines
1.5 KiB
Modula-2
Raw Normal View History

2021-05-30 23:04:17 +02:00
module gickup
go 1.16
require (
2021-10-11 14:33:15 +02:00
code.gitea.io/sdk/gitea v0.15.0
github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7 // indirect
github.com/alecthomas/kong v0.2.17
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
2021-05-30 23:04:17 +02:00
github.com/google/go-github v17.0.0+incompatible
2021-10-11 14:33:15 +02:00
github.com/google/go-querystring v1.1.0 // indirect
2021-05-30 23:04:17 +02:00
github.com/gookit/color v1.4.2
2021-10-11 14:33:15 +02:00
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/k0kubun/pp v3.0.1+incompatible // indirect
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/ktrysmt/go-bitbucket v0.9.27
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/rs/zerolog v1.25.0
github.com/sergi/go-diff v1.2.0 // indirect
github.com/xanzy/go-gitlab v0.51.1
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211008194852-3b03d305991f // indirect
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
2021-05-30 23:04:17 +02:00
gopkg.in/yaml.v2 v2.4.0
)