Skip to content

Commit

Permalink
Merge pull request #1047 from Scalingo/dependabot/go_modules/tarball/…
Browse files Browse the repository at this point in the history
…dependencies-913a76e9a2

build(deps): bump the dependencies group in /tarball with 3 updates
  • Loading branch information
github-actions[bot] authored Feb 1, 2025
2 parents f4aa805 + bca8abb commit ae2e4df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions tarball/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.23.3
require (
github.com/Scalingo/go-utils/fs v1.0.2
github.com/Scalingo/go-utils/io v1.1.1
github.com/Scalingo/go-utils/logger v1.3.1
github.com/Scalingo/go-utils/logger v1.4.0
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.11.0
github.com/spf13/afero v1.12.0
github.com/stretchr/testify v1.10.0
gopkg.in/errgo.v1 v1.0.1
)
Expand All @@ -16,7 +16,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
12 changes: 6 additions & 6 deletions tarball/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/Scalingo/go-utils/fs v1.0.2 h1:UL+QPKaQ6ucPPf6WIsOhVbNb1X4dG8LJwbCRSZ
github.com/Scalingo/go-utils/fs v1.0.2/go.mod h1:dT6XHTdJB9uAd/zVsThnYIyHjubwdX15Mguz9cuegyA=
github.com/Scalingo/go-utils/io v1.1.1 h1:zFcoyKo4exJsUwwhUSnVk0VwhkZrR6xPKlsuXqlZM1I=
github.com/Scalingo/go-utils/io v1.1.1/go.mod h1:x5DpQaOaPJ0Nmkm5wRt6XpWc+8ZlulskW0oIirVTf3A=
github.com/Scalingo/go-utils/logger v1.3.1 h1:WX3egcryPlkfyLDsYBpdlrqs9gT7t+DD2LQgurBLPGQ=
github.com/Scalingo/go-utils/logger v1.3.1/go.mod h1:CKroacEtqxLRdCVXZYKoyOzADCRTbjI56qcPELeDl9s=
github.com/Scalingo/go-utils/logger v1.4.0 h1:QmCKEOtlBzNvEr2+rugqka6QHfoDUguQBKWq5H2s9ps=
github.com/Scalingo/go-utils/logger v1.4.0/go.mod h1:hSVuGqhuShrmIfztngwPciyKwfm8sBAbmoxLGXPp1oU=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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=
Expand All @@ -24,15 +24,15 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=
github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY=
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
github.com/spf13/afero v1.12.0/go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
Expand Down

0 comments on commit ae2e4df

Please sign in to comment.