mirror of
https://github.com/cooperspencer/gickup.git
synced 2025-05-19 15:54:14 +02:00
* handle multiple configs * upgrade golangci_lint_version * SnakeCase and replaces ioutil with os
39 lines
1.6 KiB
Modula-2
39 lines
1.6 KiB
Modula-2
module github.com/cooperspencer/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-20220810064516-de89276ce0f3 // indirect
|
|
github.com/alecthomas/kong v0.6.1
|
|
github.com/cloudflare/circl v1.2.0 // indirect
|
|
github.com/cooperspencer/onedev v0.0.0-20220811131013-65a7e8bcceca
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
|
|
github.com/google/go-github/v41 v41.0.0
|
|
github.com/gookit/color v1.5.1
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
github.com/ktrysmt/go-bitbucket v0.9.48
|
|
github.com/melbahja/goph v1.3.0
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pkg/sftp v1.13.5 // indirect
|
|
github.com/prometheus/client_golang v1.12.2
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/rs/zerolog v1.27.0
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/stretchr/testify v1.8.0 // indirect
|
|
github.com/xanzy/go-gitlab v0.69.0
|
|
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
|
golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced // indirect
|
|
golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0
|
|
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
|
|
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|