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

51 lines
2.1 KiB
Modula-2
Raw Normal View History

module github.com/cooperspencer/gickup
2021-05-30 23:04:17 +02:00
go 1.16
require (
2022-02-22 08:15:54 +01:00
code.gitea.io/sdk/gitea v0.15.1
2023-02-18 16:47:17 +01:00
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/alecthomas/kong v0.7.1
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.2 // indirect
github.com/cooperspencer/onedev v0.0.0-20230220110259-c2789266f8ed
github.com/dsnet/compress v0.0.1 // indirect
github.com/frankban/quicktest v1.14.4 // indirect
2023-02-18 16:47:17 +01:00
github.com/go-git/go-billy/v5 v5.4.1 // indirect
github.com/go-git/go-git/v5 v5.5.2
2021-10-11 14:33:15 +02:00
github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
2023-02-18 16:47:17 +01:00
github.com/golang/snappy v0.0.4 // indirect
2021-12-12 19:23:55 +01:00
github.com/google/go-github/v41 v41.0.0
2023-02-18 16:47:17 +01:00
github.com/gookit/color v1.5.2
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
2023-02-18 16:47:17 +01:00
github.com/ktrysmt/go-bitbucket v0.9.55
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
2021-12-03 10:17:33 +01:00
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
2023-02-18 16:47:17 +01:00
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.40.0 // indirect
2023-02-18 16:47:17 +01:00
github.com/prometheus/procfs v0.9.0 // indirect
2022-02-22 08:15:54 +01:00
github.com/robfig/cron/v3 v3.0.1
2023-02-18 16:47:17 +01:00
github.com/rs/zerolog v1.29.0
github.com/sergi/go-diff v1.3.1 // indirect
github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
2023-02-18 16:47:17 +01:00
github.com/xanzy/go-gitlab v0.80.2
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
2023-02-18 16:47:17 +01:00
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/crypto v0.6.0
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.5.0
golang.org/x/tools v0.6.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
2021-05-30 23:04:17 +02:00
)