mirror of
https://github.com/cooperspencer/gickup.git
synced 2025-05-19 15:54:14 +02:00
* added possibility to add date to path * adds zip functionality * added keep parameter * cleanup * keep parameter creates files with the timestamp in repo name directory * fixed clone with keep without structured=true * remove search
46 lines
1.9 KiB
Modula-2
46 lines
1.9 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-20221203121514-8a047feb4b04
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/frankban/quicktest v1.14.4 // 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/mholt/archiver v3.1.1+incompatible
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/nwaples/rardecode v1.1.3 // indirect
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // 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/ulikunitz/xz v0.5.11 // indirect
|
|
github.com/xanzy/go-gitlab v0.69.0
|
|
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // 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
|
|
)
|