Skip to content

Commit

Permalink
chore: revert to go 1.17 (#6213)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsamin authored Jun 15, 2022
1 parent 7008009 commit 073a9b1
Show file tree
Hide file tree
Showing 29 changed files with 6,292 additions and 18 deletions.
2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/plugin-archive/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/archive

replace github.com/ovh/cds => ../../../../

go 1.18
go 1.17

require (
github.com/golang/protobuf v1.5.2
Expand Down
592 changes: 592 additions & 0 deletions contrib/grpcplugins/action/plugin-archive/go.sum

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ovh/cds/contrib/grpcplugins/action/artifactoryreleasebundlecreate

go 1.18
go 1.17

replace github.com/ovh/cds => ../../../../

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ovh/cds/contrib/grpcplugins/action/artifactoryreleasebundlecreate

go 1.18
go 1.17

replace github.com/ovh/cds => ../../../../

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/plugin-download/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/download

replace github.com/ovh/cds => ../../../../

go 1.18
go 1.17

require (
github.com/golang/protobuf v1.5.2
Expand Down
592 changes: 592 additions & 0 deletions contrib/grpcplugins/action/plugin-download/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/plugin-group-tmpl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/group-tmpl

replace github.com/ovh/cds => ../../../../

go 1.18
go 1.17

require (
github.com/golang/protobuf v1.5.2
Expand Down
592 changes: 592 additions & 0 deletions contrib/grpcplugins/action/plugin-group-tmpl/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/plugin-kafka-publish/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replace github.com/ovh/cds => ../../../../

replace github.com/go-gorp/gorp => github.com/yesnault/gorp v2.0.1-0.20200325154225-2dc6d8c2da37+incompatible

go 1.18
go 1.17

require (
github.com/Shopify/sarama v1.30.0
Expand Down
266 changes: 266 additions & 0 deletions contrib/grpcplugins/action/plugin-kafka-publish/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/plugin-marathon/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/marathon

replace github.com/ovh/cds => ../../../../

go 1.18
go 1.17

require (
github.com/gambol99/go-marathon v0.7.1
Expand Down
305 changes: 305 additions & 0 deletions contrib/grpcplugins/action/plugin-marathon/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/plugin-npm-audit-parser/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/npm-audit-parser

replace github.com/ovh/cds => ../../../../

go 1.18
go 1.17

require (
github.com/golang/protobuf v1.5.2
Expand Down
592 changes: 592 additions & 0 deletions contrib/grpcplugins/action/plugin-npm-audit-parser/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/plugin-ssh-cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/ssh-cmd

replace github.com/ovh/cds => ../../../../

go 1.18
go 1.17

require (
github.com/golang/protobuf v1.5.2
Expand Down
592 changes: 592 additions & 0 deletions contrib/grpcplugins/action/plugin-ssh-cmd/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/plugin-tmpl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/tmpl

replace github.com/ovh/cds => ../../../../

go 1.18
go 1.17

require (
github.com/golang/protobuf v1.5.2
Expand Down
592 changes: 592 additions & 0 deletions contrib/grpcplugins/action/plugin-tmpl/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/grpcplugins/action/plugin-venom/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ovh/cds/contrib/grpcplugins/action/venom

replace github.com/ovh/cds => ../../../../

go 1.18
go 1.17

require (
github.com/golang/protobuf v1.5.2
Expand Down
550 changes: 550 additions & 0 deletions contrib/grpcplugins/action/plugin-venom/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ovh/cds

go 1.18
go 1.17

require (
contrib.go.opencensus.io/exporter/jaeger v0.1.0
Expand Down Expand Up @@ -45,7 +45,7 @@ require (
github.com/keybase/go-keychain v0.0.0-20190828020956-aa639f275ae1
github.com/keybase/go.dbus v0.0.0-20190710215703-a33a09c8a604
github.com/lib/pq v1.9.0
github.com/maruel/panicparse/v2 v2.2.2
github.com/maruel/panicparse/v2 v2.2.0
github.com/mattn/go-sqlite3 v1.9.0
github.com/mattn/go-zglob v0.0.1
github.com/mcuadros/go-defaults v0.0.0-20161116231230-e1c978be3307
Expand Down
9 changes: 7 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx2
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/census-instrumentation/opencensus-proto v0.3.0 h1:t/LhUZLVitR1Ow2YOnduCsavhwFUklBMoGVYUCqmCqk=
github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
Expand Down Expand Up @@ -578,14 +579,15 @@ github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e h1:hB2xlXdHp/pmPZq0y3QnmWAArdw9PqbmotexnWx/FU8=
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/maruel/panicparse/v2 v2.2.2 h1:4Gu/Z5oLpJCE/0/NwxrUkyn7alpqOQdJAUuchB2OoJU=
github.com/maruel/panicparse/v2 v2.2.2/go.mod h1:WizmeHJfpyKYYKGInKv8ax8jh7DJnQE5yFDuzFfHzIU=
github.com/maruel/panicparse/v2 v2.2.0 h1:4/Pd1VuUKlxD7+Dwx9sm49vgAr/tTMexKSh6uPnZQkw=
github.com/maruel/panicparse/v2 v2.2.0/go.mod h1:pMxsKyCewnV3xPaFvvT9NfwvDTcIx2Xqg0qL5Gq0SjM=
github.com/matryer/is v1.2.0 h1:92UTHpy8CDwaJ08GqLDzhhuixiBUUD1p3AU6PHddz4A=
github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-colorable v0.1.6/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.11/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
github.com/mattn/go-colorable v0.1.12 h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
Expand Down Expand Up @@ -923,6 +925,7 @@ golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83/go.mod h1:jdWPYTVW3xRLrWP
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20210920023735-84f357641f63/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa h1:idItI2DDfCokpg0N51B2VtiLdJ4vAuXC9fnCb2gACo4=
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
Expand Down Expand Up @@ -1122,6 +1125,7 @@ golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211015200801-69063c4bb744/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211210111614-af8b64212486/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f h1:8w7RhxzTVgUzw/AH/9mUV5q0vMgy40SQRursCcfmkCw=
Expand Down Expand Up @@ -1390,6 +1394,7 @@ gopkg.in/h2non/gock.v1 v1.0.14/go.mod h1:sX4zAkdYX1TRGJ2JY156cFspQn4yRWn6p9EMdOD
gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
gopkg.in/ini.v1 v1.66.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
gopkg.in/ini.v1 v1.66.4 h1:SsAcf+mM7mRZo2nJNGt8mZCjG8ZRaNGMURJw7BsIST4=
gopkg.in/ini.v1 v1.66.4/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
gopkg.in/ldap.v2 v2.5.1 h1:wiu0okdNfjlBzg6UWvd1Hn8Y+Ux17/u/4nlk4CQr6tU=
Expand Down
2 changes: 1 addition & 1 deletion sdk/interpolate/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ovh/cds/sdk/interpolate

go 1.18
go 1.17

require (
github.com/aokoli/goutils v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/04SCWorkflowRunSimplePlugin/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ovh/cds/tests/fixtures/04SCWorkflowRunSimplePlugin

go 1.18
go 1.17

require (
github.com/golang/protobuf v1.5.2
Expand Down
Loading

0 comments on commit 073a9b1

Please sign in to comment.