Skip to content

Commit

Permalink
🔧 Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <kyukawa315@gmail.com>
  • Loading branch information
vankichi committed Dec 19, 2024
1 parent 98d83e7 commit 1d74d13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replace (
cloud.google.com/go/monitoring => cloud.google.com/go/monitoring v1.22.0
cloud.google.com/go/pubsub => cloud.google.com/go/pubsub v1.45.3
cloud.google.com/go/secretmanager => cloud.google.com/go/secretmanager v1.14.2
cloud.google.com/go/storage => cloud.google.com/go/storage v1.47.0
cloud.google.com/go/storage => cloud.google.com/go/storage v1.47.0 // https://github.com/googleapis/google-cloud-go/issues/11283
cloud.google.com/go/trace => cloud.google.com/go/trace v1.11.2
code.cloudfoundry.org/bytefmt => code.cloudfoundry.org/bytefmt v0.22.0
contrib.go.opencensus.io/exporter/aws => contrib.go.opencensus.io/exporter/aws v0.0.0-20230502192102-15967c811cec
Expand Down Expand Up @@ -131,7 +131,7 @@ replace (
github.com/gobwas/httphead => github.com/gobwas/httphead v0.1.0
github.com/gobwas/pool => github.com/gobwas/pool v0.2.1
github.com/gobwas/ws => github.com/gobwas/ws v1.4.0
github.com/goccy/go-json => github.com/goccy/go-json v0.10.4
github.com/goccy/go-json => github.com/goccy/go-json v0.10.3 // https://github.com/goccy/go-json/issues/529
github.com/gocql/gocql => github.com/gocql/gocql v1.7.0
github.com/gocraft/dbr/v2 => github.com/gocraft/dbr/v2 v2.7.7
github.com/godbus/dbus/v5 => github.com/godbus/dbus/v5 v5.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ github.com/go-toolsmith/astequal v1.2.0/go.mod h1:c8NZ3+kSFtFY/8lPso4v8LuJjdJiUF
github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQiyP2Bvw=
github.com/go-toolsmith/strparse v1.1.0/go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ=
github.com/goccmack/gocc v0.0.0-20230228185258-2292f9e40198/go.mod h1:DTh/Y2+NbnOVVoypCCQrovMPDKUGp4yZpSbWg5D0XIM=
github.com/goccy/go-json v0.10.4 h1:JSwxQzIqKfmFX1swYPpUThQZp/Ka4wzJdK0LWVytLPM=
github.com/goccy/go-json v0.10.4/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA=
github.com/goccy/go-json v0.10.3/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
github.com/goccy/go-yaml v1.9.8/go.mod h1:JubOolP3gh0HpiBc4BLRD4YmjEjHAmIIB2aaXKkTfoE=
github.com/goccy/go-yaml v1.11.0/go.mod h1:H+mJrWtjPTJAHvRbV09MCK9xYwODM+wRTVFFTWckfng=
github.com/gocql/gocql v1.7.0 h1:O+7U7/1gSN7QTEAaMEsJc1Oq2QHXvCWoF3DFK9HDHus=
Expand Down
4 changes: 2 additions & 2 deletions hack/go.mod.default
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replace (
cloud.google.com/go/monitoring => cloud.google.com/go/monitoring upgrade
cloud.google.com/go/pubsub => cloud.google.com/go/pubsub upgrade
cloud.google.com/go/secretmanager => cloud.google.com/go/secretmanager upgrade
cloud.google.com/go/storage => cloud.google.com/go/storage v1.47.0
cloud.google.com/go/storage => cloud.google.com/go/storage v1.47.0 // https://github.com/googleapis/google-cloud-go/issues/11283
cloud.google.com/go/trace => cloud.google.com/go/trace upgrade
code.cloudfoundry.org/bytefmt => code.cloudfoundry.org/bytefmt upgrade
contrib.go.opencensus.io/exporter/aws => contrib.go.opencensus.io/exporter/aws upgrade
Expand Down Expand Up @@ -131,7 +131,7 @@ replace (
github.com/gobwas/httphead => github.com/gobwas/httphead upgrade
github.com/gobwas/pool => github.com/gobwas/pool upgrade
github.com/gobwas/ws => github.com/gobwas/ws upgrade
github.com/goccy/go-json => github.com/goccy/go-json upgrade
github.com/goccy/go-json => github.com/goccy/go-json v0.10.3 // https://github.com/goccy/go-json/issues/529
github.com/gocql/gocql => github.com/gocql/gocql upgrade
github.com/gocraft/dbr/v2 => github.com/gocraft/dbr/v2 upgrade
github.com/godbus/dbus/v5 => github.com/godbus/dbus/v5 upgrade
Expand Down

0 comments on commit 1d74d13

Please sign in to comment.