Skip to content

Commit 2525050

Browse files
author
Tom Hieß
committed
GetLatestRelease by git history + tags and GitHub release
1 parent aaed04e commit 2525050

4 files changed

Lines changed: 163 additions & 31 deletions

File tree

go.mod

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,42 @@ module awesome-ci
33
go 1.17
44

55
require (
6+
github.com/go-git/go-git/v5 v5.4.2
67
github.com/google/go-github/v39 v39.2.0
78
github.com/xanzy/go-gitlab v0.55.1
89
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
910
gopkg.in/yaml.v2 v2.4.0
1011
)
1112

1213
require (
14+
github.com/Microsoft/go-winio v0.4.16 // indirect
15+
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
16+
github.com/acomagu/bufpipe v1.0.3 // indirect
17+
github.com/emirpasic/gods v1.12.0 // indirect
1318
github.com/fatih/color v1.13.0 // indirect
19+
github.com/go-git/gcfg v1.5.0 // indirect
20+
github.com/go-git/go-billy/v5 v5.3.1 // indirect
1421
github.com/golang/protobuf v1.5.2 // indirect
1522
github.com/google/go-cmp v0.5.7 // indirect
1623
github.com/google/go-querystring v1.1.0 // indirect
1724
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
1825
github.com/hashicorp/go-hclog v1.1.0 // indirect
1926
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
27+
github.com/imdario/mergo v0.3.12 // indirect
28+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
29+
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
2030
github.com/mattn/go-colorable v0.1.12 // indirect
2131
github.com/mattn/go-isatty v0.0.14 // indirect
32+
github.com/mitchellh/go-homedir v1.1.0 // indirect
33+
github.com/sergi/go-diff v1.1.0 // indirect
2234
github.com/stretchr/testify v1.7.0 // indirect
35+
github.com/xanzy/ssh-agent v0.3.0 // indirect
2336
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
2437
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
2538
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
2639
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
2740
google.golang.org/appengine v1.6.7 // indirect
2841
google.golang.org/protobuf v1.27.1 // indirect
42+
gopkg.in/warnings.v0 v0.1.2 // indirect
2943
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
3044
)

0 commit comments

Comments
 (0)