Skip to content

Commit 0cbd785

Browse files
authored
refactor(worker): junit parser (#6049)
1 parent 42d0e09 commit 0cbd785

File tree

51 files changed

+565
-511
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+565
-511
lines changed

contrib/grpcplugins/action/plugin-archive/go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ require (
2626
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
2727
github.com/eapache/go-resiliency v1.2.0 // indirect
2828
github.com/emirpasic/gods v1.12.0 // indirect
29-
github.com/fatih/color v1.7.0 // indirect
3029
github.com/fsamin/go-dump v1.0.9 // indirect
3130
github.com/go-git/gcfg v1.5.0 // indirect
3231
github.com/go-git/go-billy/v5 v5.3.1 // indirect
@@ -37,7 +36,6 @@ require (
3736
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
3837
github.com/golang/snappy v0.0.4 // indirect
3938
github.com/gookit/color v1.4.2 // indirect
40-
github.com/hashicorp/hcl v1.0.0 // indirect
4139
github.com/huandu/xstrings v1.2.0 // indirect
4240
github.com/imdario/mergo v0.3.12 // indirect
4341
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -53,13 +51,10 @@ require (
5351
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
5452
github.com/mitchellh/go-homedir v1.1.0 // indirect
5553
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 // indirect
56-
github.com/mitchellh/mapstructure v1.1.2 // indirect
57-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b // indirect
5854
github.com/nwaples/rardecode v1.1.0 // indirect
5955
github.com/onsi/ginkgo v1.11.0 // indirect
6056
github.com/onsi/gomega v1.7.0 // indirect
6157
github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25 // indirect
62-
github.com/ovh/venom v0.25.0 // indirect
6358
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect
6459
github.com/pierrec/lz4/v4 v4.1.7 // indirect
6560
github.com/pkg/errors v0.9.1 // indirect
@@ -72,7 +67,6 @@ require (
7267
github.com/sergi/go-diff v1.1.0 // indirect
7368
github.com/sguiheux/go-coverage v0.0.0-20190710153556-287b082a7197 // indirect
7469
github.com/sirupsen/logrus v1.8.1 // indirect
75-
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
7670
github.com/spf13/afero v1.2.2 // indirect
7771
github.com/ulikunitz/xz v0.5.10 // indirect
7872
github.com/xanzy/ssh-agent v0.3.0 // indirect
@@ -93,6 +87,5 @@ require (
9387
google.golang.org/grpc v1.27.1 // indirect
9488
google.golang.org/protobuf v1.26.0 // indirect
9589
gopkg.in/warnings.v0 v0.1.2 // indirect
96-
gopkg.in/yaml.v2 v2.4.0 // indirect
9790
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
9891
)

contrib/grpcplugins/action/plugin-archive/go.sum

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3
133133
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
134134
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
135135
github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
136-
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
137136
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
138137
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
139138
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
@@ -415,8 +414,6 @@ github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:F
415414
github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=
416415
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
417416
github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
418-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b h1:/1WAr2jAZnfxlWW3M3VJ4P3VRi57AjbrUv9U1kCRHyk=
419-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b/go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs=
420417
github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c=
421418
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
422419
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
@@ -453,8 +450,6 @@ github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25 h1:pV462fy
453450
github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25/go.mod h1:qrsz1nc0EPZnhuTLZpKK4Y7awUQdeKmkY5M6DbKi6Ws=
454451
github.com/ovh/configstore v0.3.3-0.20200701085609-a539fcf61db5/go.mod h1:IXY5qFC5mqMIFPXZjeZiAz/qIt+mO6F6SmsOCf/yits=
455452
github.com/ovh/symmecrypt v0.5.1/go.mod h1:566sFU1+ZRapOXcGeM4H8o+5/2l2zZcTN7bG1FvNWkE=
456-
github.com/ovh/venom v0.25.0 h1:q0NC8KHuG1UoWNYXqhZUM/VbOnS8ciQJr6Afn230OIw=
457-
github.com/ovh/venom v0.25.0/go.mod h1:vf+2wztk/hOPS9AU32/B9XhwVPxKZ97wBJLu+AGXhYQ=
458453
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
459454
github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
460455
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
@@ -532,7 +527,6 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
532527
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
533528
github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=
534529
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
535-
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=
536530
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
537531
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
538532
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=

contrib/grpcplugins/action/plugin-artifactory-release-bundle-create/go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ require (
3333
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
3434
github.com/eapache/go-resiliency v1.2.0 // indirect
3535
github.com/emirpasic/gods v1.12.0 // indirect
36-
github.com/fatih/color v1.7.0 // indirect
3736
github.com/fsamin/go-dump v1.0.9 // indirect
3837
github.com/fsnotify/fsnotify v1.4.9 // indirect
3938
github.com/go-git/gcfg v1.5.0 // indirect
@@ -70,12 +69,10 @@ require (
7069
github.com/mitchellh/go-homedir v1.1.0 // indirect
7170
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 // indirect
7271
github.com/mitchellh/mapstructure v1.4.1 // indirect
73-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b // indirect
7472
github.com/nwaples/rardecode v1.1.0 // indirect
7573
github.com/onsi/ginkgo v1.11.0 // indirect
7674
github.com/onsi/gomega v1.7.0 // indirect
7775
github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25 // indirect
78-
github.com/ovh/venom v0.25.0 // indirect
7976
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect
8077
github.com/pelletier/go-toml v1.9.3 // indirect
8178
github.com/pierrec/lz4/v4 v4.1.2 // indirect
@@ -88,7 +85,6 @@ require (
8885
github.com/sergi/go-diff v1.1.0 // indirect
8986
github.com/sguiheux/go-coverage v0.0.0-20190710153556-287b082a7197 // indirect
9087
github.com/sirupsen/logrus v1.8.1 // indirect
91-
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
9288
github.com/spf13/afero v1.6.0 // indirect
9389
github.com/spf13/cast v1.4.1 // indirect
9490
github.com/spf13/jwalterweatherman v1.1.0 // indirect

contrib/grpcplugins/action/plugin-artifactory-release-bundle-create/go.sum

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.m
166166
github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
167167
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
168168
github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
169-
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
170169
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
171170
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
172171
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
@@ -510,8 +509,6 @@ github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh
510509
github.com/mitchellh/mapstructure v1.4.1 h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxdASFVQag=
511510
github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
512511
github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
513-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b h1:/1WAr2jAZnfxlWW3M3VJ4P3VRi57AjbrUv9U1kCRHyk=
514-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b/go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs=
515512
github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c=
516513
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
517514
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
@@ -548,8 +545,6 @@ github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25 h1:pV462fy
548545
github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25/go.mod h1:qrsz1nc0EPZnhuTLZpKK4Y7awUQdeKmkY5M6DbKi6Ws=
549546
github.com/ovh/configstore v0.3.3-0.20200701085609-a539fcf61db5/go.mod h1:IXY5qFC5mqMIFPXZjeZiAz/qIt+mO6F6SmsOCf/yits=
550547
github.com/ovh/symmecrypt v0.5.1/go.mod h1:566sFU1+ZRapOXcGeM4H8o+5/2l2zZcTN7bG1FvNWkE=
551-
github.com/ovh/venom v0.25.0 h1:q0NC8KHuG1UoWNYXqhZUM/VbOnS8ciQJr6Afn230OIw=
552-
github.com/ovh/venom v0.25.0/go.mod h1:vf+2wztk/hOPS9AU32/B9XhwVPxKZ97wBJLu+AGXhYQ=
553548
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
554549
github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
555550
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=

contrib/grpcplugins/action/plugin-artifactory-release-bundle-distribute/go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ require (
2424
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
2525
github.com/eapache/go-resiliency v1.2.0 // indirect
2626
github.com/emirpasic/gods v1.12.0 // indirect
27-
github.com/fatih/color v1.7.0 // indirect
2827
github.com/fsamin/go-dump v1.0.9 // indirect
2928
github.com/go-git/gcfg v1.5.0 // indirect
3029
github.com/go-git/go-billy/v5 v5.3.1 // indirect
@@ -35,7 +34,6 @@ require (
3534
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
3635
github.com/golang/snappy v0.0.4 // indirect
3736
github.com/gookit/color v1.4.2 // indirect
38-
github.com/hashicorp/hcl v1.0.0 // indirect
3937
github.com/huandu/xstrings v1.2.0 // indirect
4038
github.com/imdario/mergo v0.3.12 // indirect
4139
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -51,13 +49,10 @@ require (
5149
github.com/mholt/archiver/v3 v3.5.1-0.20210618180617-81fac4ba96e4 // indirect
5250
github.com/mitchellh/go-homedir v1.1.0 // indirect
5351
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 // indirect
54-
github.com/mitchellh/mapstructure v1.4.1 // indirect
55-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b // indirect
5652
github.com/nwaples/rardecode v1.1.0 // indirect
5753
github.com/onsi/ginkgo v1.11.0 // indirect
5854
github.com/onsi/gomega v1.7.0 // indirect
5955
github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25 // indirect
60-
github.com/ovh/venom v0.25.0 // indirect
6156
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect
6257
github.com/pierrec/lz4/v4 v4.1.2 // indirect
6358
github.com/pkg/errors v0.9.1 // indirect
@@ -69,7 +64,6 @@ require (
6964
github.com/sergi/go-diff v1.1.0 // indirect
7065
github.com/sguiheux/go-coverage v0.0.0-20190710153556-287b082a7197 // indirect
7166
github.com/sirupsen/logrus v1.8.1 // indirect
72-
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
7367
github.com/spf13/afero v1.6.0 // indirect
7468
github.com/spf13/viper v1.8.1 // indirect
7569
github.com/ulikunitz/xz v0.5.9 // indirect
@@ -91,5 +85,4 @@ require (
9185
google.golang.org/grpc v1.38.0 // indirect
9286
google.golang.org/protobuf v1.26.0 // indirect
9387
gopkg.in/warnings.v0 v0.1.2 // indirect
94-
gopkg.in/yaml.v2 v2.4.0 // indirect
9588
)

contrib/grpcplugins/action/plugin-artifactory-release-bundle-distribute/go.sum

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.m
157157
github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
158158
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
159159
github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
160-
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
161160
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
162161
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
163162
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
@@ -465,8 +464,6 @@ github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh
465464
github.com/mitchellh/mapstructure v1.4.1 h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxdASFVQag=
466465
github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
467466
github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
468-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b h1:/1WAr2jAZnfxlWW3M3VJ4P3VRi57AjbrUv9U1kCRHyk=
469-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b/go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs=
470467
github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c=
471468
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
472469
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
@@ -503,8 +500,6 @@ github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25 h1:pV462fy
503500
github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25/go.mod h1:qrsz1nc0EPZnhuTLZpKK4Y7awUQdeKmkY5M6DbKi6Ws=
504501
github.com/ovh/configstore v0.3.3-0.20200701085609-a539fcf61db5/go.mod h1:IXY5qFC5mqMIFPXZjeZiAz/qIt+mO6F6SmsOCf/yits=
505502
github.com/ovh/symmecrypt v0.5.1/go.mod h1:566sFU1+ZRapOXcGeM4H8o+5/2l2zZcTN7bG1FvNWkE=
506-
github.com/ovh/venom v0.25.0 h1:q0NC8KHuG1UoWNYXqhZUM/VbOnS8ciQJr6Afn230OIw=
507-
github.com/ovh/venom v0.25.0/go.mod h1:vf+2wztk/hOPS9AU32/B9XhwVPxKZ97wBJLu+AGXhYQ=
508503
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
509504
github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
510505
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
@@ -584,7 +579,6 @@ github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMB
584579
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
585580
github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=
586581
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
587-
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=
588582
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
589583
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
590584
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=

contrib/grpcplugins/action/plugin-download/go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ require (
2525
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
2626
github.com/eapache/go-resiliency v1.2.0 // indirect
2727
github.com/emirpasic/gods v1.12.0 // indirect
28-
github.com/fatih/color v1.7.0 // indirect
2928
github.com/fsamin/go-dump v1.0.9 // indirect
3029
github.com/go-git/gcfg v1.5.0 // indirect
3130
github.com/go-git/go-billy/v5 v5.3.1 // indirect
@@ -36,7 +35,6 @@ require (
3635
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
3736
github.com/golang/snappy v0.0.4 // indirect
3837
github.com/gookit/color v1.4.2 // indirect
39-
github.com/hashicorp/hcl v1.0.0 // indirect
4038
github.com/huandu/xstrings v1.2.0 // indirect
4139
github.com/imdario/mergo v0.3.12 // indirect
4240
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -53,13 +51,10 @@ require (
5351
github.com/mholt/archiver/v3 v3.5.1-0.20210618180617-81fac4ba96e4 // indirect
5452
github.com/mitchellh/go-homedir v1.1.0 // indirect
5553
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 // indirect
56-
github.com/mitchellh/mapstructure v1.1.2 // indirect
57-
github.com/mndrix/tap-go v0.0.0-20170113192335-56cca451570b // indirect
5854
github.com/nwaples/rardecode v1.1.0 // indirect
5955
github.com/onsi/ginkgo v1.11.0 // indirect
6056
github.com/onsi/gomega v1.7.0 // indirect
6157
github.com/ovh/cds/sdk/interpolate v0.0.0-20190319104452-71125b036b25 // indirect
62-
github.com/ovh/venom v0.25.0 // indirect
6358
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect
6459
github.com/pierrec/lz4/v4 v4.1.2 // indirect
6560
github.com/pkg/errors v0.9.1 // indirect
@@ -72,7 +67,6 @@ require (
7267
github.com/sergi/go-diff v1.1.0 // indirect
7368
github.com/sguiheux/go-coverage v0.0.0-20190710153556-287b082a7197 // indirect
7469
github.com/sirupsen/logrus v1.8.1 // indirect
75-
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
7670
github.com/spf13/afero v1.2.2 // indirect
7771
github.com/ulikunitz/xz v0.5.9 // indirect
7872
github.com/xanzy/ssh-agent v0.3.0 // indirect
@@ -93,6 +87,5 @@ require (
9387
google.golang.org/grpc v1.27.1 // indirect
9488
google.golang.org/protobuf v1.26.0 // indirect
9589
gopkg.in/warnings.v0 v0.1.2 // indirect
96-
gopkg.in/yaml.v2 v2.4.0 // indirect
9790
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
9891
)

0 commit comments

Comments
 (0)