Skip to content
Snippets Groups Projects
Commit 2e72026c authored by renovate's avatar renovate
Browse files

fix(deps): update module golang.org/x/sync to v0.5.0

parent af36a017
No related branches found
No related tags found
No related merge requests found
Pipeline #60557 passed with warnings
...@@ -3,6 +3,6 @@ module git.autistici.org/pipelines/tools/vmine ...@@ -3,6 +3,6 @@ module git.autistici.org/pipelines/tools/vmine
go 1.19 go 1.19
require ( require (
golang.org/x/sync v0.3.0 golang.org/x/sync v0.5.0
gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1
) )
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build go1.20 //go:build go1.20
// +build go1.20
package errgroup package errgroup
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build !go1.20 //go:build !go1.20
// +build !go1.20
package errgroup package errgroup
......
module "gopkg.in/yaml.v3"
require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)
# golang.org/x/sync v0.3.0 # golang.org/x/sync v0.5.0
## explicit ## explicit; go 1.18
golang.org/x/sync/errgroup golang.org/x/sync/errgroup
# gopkg.in/yaml.v3 v3.0.1 # gopkg.in/yaml.v3 v3.0.1
## explicit ## explicit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment