Skip to content

Commit

Permalink
Merge pull request #499 from containerish/dependabot-go_modules-githu…
Browse files Browse the repository at this point in the history
…b.com-spf13-afero-1.11.0

go.mod: Bump github.com/spf13/afero from 1.10.0 to 1.11.0
  • Loading branch information
guacamole authored Dec 1, 2023
2 parents 236df30 + 3f1e6c8 commit 409a4f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 184 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/opencontainers/image-spec v1.1.0-rc5
github.com/rs/zerolog v1.31.0
github.com/sendgrid/sendgrid-go v3.13.0+incompatible
github.com/spf13/afero v1.10.0
github.com/spf13/afero v1.11.0
github.com/spf13/viper v1.17.0
github.com/uptrace/bun v1.1.16
github.com/uptrace/bun/dialect/pgdialect v1.1.16
Expand All @@ -45,8 +45,8 @@ require (
github.com/urfave/cli/v2 v2.25.7
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.46.1
golang.org/x/crypto v0.16.0
golang.org/x/net v0.18.0
golang.org/x/oauth2 v0.14.0
golang.org/x/net v0.19.0
golang.org/x/oauth2 v0.15.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0
storj.io/uplink v1.12.2
Expand Down Expand Up @@ -221,10 +221,10 @@ require (
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.14.0 // indirect
gonum.org/v1/gonum v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
Loading

0 comments on commit 409a4f3

Please sign in to comment.