Skip to content

Commit

Permalink
Updates go mod version to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Dec 9, 2024
1 parent 9de118f commit ceffcc2
Showing 1 changed file with 2 additions and 2 deletions.
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/paketo-buildpacks/dotnet-core-sdk

go 1.23.3
go 1.23.4

require (
github.com/BurntSushi/toml v1.4.0
Expand All @@ -9,7 +9,6 @@ require (
github.com/paketo-buildpacks/occam v0.18.7
github.com/paketo-buildpacks/packit/v2 v2.14.0
github.com/sclevine/spec v1.4.0
gopkg.in/yaml.v2 v2.4.0
)

require (
Expand Down Expand Up @@ -152,6 +151,7 @@ require (
google.golang.org/grpc v1.64.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down

0 comments on commit ceffcc2

Please sign in to comment.