MM-43753: Go mod tidy for 1.18 (#20073)
We bump the go.mod version to 1.18 and run go mod tidy. This is required for using new features. ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
52ac449012
Коммит
48f8e2fa44
3
vendor/github.com/Masterminds/semver/v3/go.mod
сгенерированный
поставляемый
3
vendor/github.com/Masterminds/semver/v3/go.mod
сгенерированный
поставляемый
@@ -1,3 +0,0 @@
|
||||
module github.com/Masterminds/semver/v3
|
||||
|
||||
go 1.12
|
||||
11
vendor/github.com/Masterminds/squirrel/go.mod
сгенерированный
поставляемый
11
vendor/github.com/Masterminds/squirrel/go.mod
сгенерированный
поставляемый
@@ -1,11 +0,0 @@
|
||||
module github.com/Masterminds/squirrel
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
|
||||
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/stretchr/testify v1.2.2
|
||||
)
|
||||
10
vendor/github.com/Masterminds/squirrel/go.sum
сгенерированный
поставляемый
10
vendor/github.com/Masterminds/squirrel/go.sum
сгенерированный
поставляемый
@@ -1,10 +0,0 @@
|
||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=
|
||||
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0/go.mod h1:dXGbAdH5GtBTC4WfIxhKZfyBF/HBFgRZSWwZ9g/He9o=
|
||||
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=
|
||||
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6FmdpVm2joNMFikkuWg0EoCKLGUMNw=
|
||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
|
||||
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
|
||||
Ссылка в новой задаче
Block a user