File tree Expand file tree Collapse file tree 33 files changed +137
-6383
lines changed
contrib/grpcplugins/action
plugin-artifactory-release-bundle-create
plugin-artifactory-release-bundle-distribute
04SCWorkflowRunSimplePlugin Expand file tree Collapse file tree 33 files changed +137
-6383
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/archive
2
2
3
3
replace github.com/ovh/cds => ../../../../
4
4
5
- go 1.17
5
+ go 1.18
6
6
7
7
require (
8
8
github.com/golang/protobuf v1.5.2
@@ -39,7 +39,7 @@ require (
39
39
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
40
40
github.com/klauspost/compress v1.13.6 // indirect
41
41
github.com/klauspost/pgzip v1.2.5 // indirect
42
- github.com/maruel/panicparse/v2 v2.2.0 // indirect
42
+ github.com/maruel/panicparse/v2 v2.2.2 // indirect
43
43
github.com/mattn/go-colorable v0.1.12 // indirect
44
44
github.com/mattn/go-isatty v0.0.14 // indirect
45
45
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -68,7 +68,7 @@ require (
68
68
go.uber.org/zap v1.17.0 // indirect
69
69
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
70
70
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
71
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
71
+ golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
72
72
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
73
73
golang.org/x/text v0.3.7 // indirect
74
74
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
module github.com/ovh/cds/contrib/grpcplugins/action/artifactoryreleasebundlecreate
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
replace github.com/ovh/cds => ../../../../
6
6
@@ -53,7 +53,7 @@ require (
53
53
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
54
54
github.com/magiconair/properties v1.8.5 // indirect
55
55
github.com/manifoldco/promptui v0.8.0 // indirect
56
- github.com/maruel/panicparse/v2 v2.2.0 // indirect
56
+ github.com/maruel/panicparse/v2 v2.2.2 // indirect
57
57
github.com/mattn/go-colorable v0.1.12 // indirect
58
58
github.com/mattn/go-isatty v0.0.14 // indirect
59
59
github.com/mattn/go-runewidth v0.0.9 // indirect
@@ -90,7 +90,7 @@ require (
90
90
go.uber.org/zap v1.17.0 // indirect
91
91
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
92
92
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
93
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
93
+ golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
94
94
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
95
95
golang.org/x/text v0.3.7 // indirect
96
96
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
module github.com/ovh/cds/contrib/grpcplugins/action/artifactoryreleasebundlecreate
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
replace github.com/ovh/cds => ../../../../
6
6
@@ -36,7 +36,7 @@ require (
36
36
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
37
37
github.com/klauspost/compress v1.13.6 // indirect
38
38
github.com/klauspost/pgzip v1.2.5 // indirect
39
- github.com/maruel/panicparse/v2 v2.2.0 // indirect
39
+ github.com/maruel/panicparse/v2 v2.2.2 // indirect
40
40
github.com/mattn/go-colorable v0.1.12 // indirect
41
41
github.com/mattn/go-isatty v0.0.14 // indirect
42
42
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -65,7 +65,7 @@ require (
65
65
go.uber.org/zap v1.17.0 // indirect
66
66
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
67
67
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
68
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
68
+ golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
69
69
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
70
70
golang.org/x/text v0.3.7 // indirect
71
71
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/download
2
2
3
3
replace github.com/ovh/cds => ../../../../
4
4
5
- go 1.17
5
+ go 1.18
6
6
7
7
require (
8
8
github.com/golang/protobuf v1.5.2
@@ -38,7 +38,7 @@ require (
38
38
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
39
39
github.com/klauspost/compress v1.13.6 // indirect
40
40
github.com/klauspost/pgzip v1.2.5 // indirect
41
- github.com/maruel/panicparse/v2 v2.2.0 // indirect
41
+ github.com/maruel/panicparse/v2 v2.2.2 // indirect
42
42
github.com/mattn/go-colorable v0.1.12 // indirect
43
43
github.com/mattn/go-isatty v0.0.14 // indirect
44
44
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -68,7 +68,7 @@ require (
68
68
go.uber.org/zap v1.17.0 // indirect
69
69
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
70
70
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
71
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
71
+ golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
72
72
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
73
73
golang.org/x/text v0.3.7 // indirect
74
74
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
You can’t perform that action at this time.
0 commit comments