Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update gomod to ae24cd5 #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/hakadoriya/ormgen
go 1.23.4

require (
github.com/hakadoriya/z.go v0.0.1-0.20250108194500-774a0f28892d
github.com/hakadoriya/z.go/grpcz v0.0.0-20250108194500-774a0f28892d
github.com/hakadoriya/z.go/otelz v0.0.0-20250108194500-774a0f28892d
github.com/hakadoriya/z.go v0.0.1-0.20250129154040-ae24cd569b65
github.com/hakadoriya/z.go/grpcz v0.0.0-20250129154040-ae24cd569b65
github.com/hakadoriya/z.go/otelz v0.0.0-20250129154040-ae24cd569b65
go.opentelemetry.io/contrib/bridges/otelslog v0.9.0
go.opentelemetry.io/contrib/instrumentation/runtime v0.59.0
go.opentelemetry.io/otel v1.34.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 h1:VNqngBF40hVlDloBruUehVYC3ArSgIyScOAyMRqBxRg=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1/go.mod h1:RBRO7fro65R6tjKzYgLAFo0t1QEXY1Dp+i/bvpRiqiQ=
github.com/hakadoriya/z.go v0.0.1-0.20250108194500-774a0f28892d h1:hpvTV0mbwGlmvRlNAHyd/O4q4r6bciQmWholyGHpW98=
github.com/hakadoriya/z.go v0.0.1-0.20250108194500-774a0f28892d/go.mod h1:fQT1LWq9InPqql25sfslyBWsono+sKUPhFOkc+ARm5k=
github.com/hakadoriya/z.go/grpcz v0.0.0-20250108194500-774a0f28892d h1:dDN8uzguoSe5Th/N0a2zBNuQEWePOS+nEOHDfWzEh0k=
github.com/hakadoriya/z.go/grpcz v0.0.0-20250108194500-774a0f28892d/go.mod h1:WCWrSkGgLoYolC+T6l5ON/sefUB9Dk0EV+y51onKIoM=
github.com/hakadoriya/z.go/otelz v0.0.0-20250108194500-774a0f28892d h1:+HEOTsickwr49yO0YRh4VgMyOgA5A4x5rWQ48I0tle0=
github.com/hakadoriya/z.go/otelz v0.0.0-20250108194500-774a0f28892d/go.mod h1:oWLyFIuUsiiKdZdHzrentClC0xm2U9DHC11XsLiSpqM=
github.com/hakadoriya/z.go v0.0.1-0.20250129154040-ae24cd569b65 h1:Sa7xBW2ZYjIS3eATRHtciOr6G8IK3dd49CCPpiXUjpc=
github.com/hakadoriya/z.go v0.0.1-0.20250129154040-ae24cd569b65/go.mod h1:fQT1LWq9InPqql25sfslyBWsono+sKUPhFOkc+ARm5k=
github.com/hakadoriya/z.go/grpcz v0.0.0-20250129154040-ae24cd569b65 h1:7mQsnyXOnzBBrpZudoDxZyMq5k1cceLv+x2jgJ9jRDA=
github.com/hakadoriya/z.go/grpcz v0.0.0-20250129154040-ae24cd569b65/go.mod h1:WCWrSkGgLoYolC+T6l5ON/sefUB9Dk0EV+y51onKIoM=
github.com/hakadoriya/z.go/otelz v0.0.0-20250129154040-ae24cd569b65 h1:aic9xCfwWpqM39u8uBKPpWNFZ+kzXArdWIKeIwH1/s8=
github.com/hakadoriya/z.go/otelz v0.0.0-20250129154040-ae24cd569b65/go.mod h1:oWLyFIuUsiiKdZdHzrentClC0xm2U9DHC11XsLiSpqM=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
Expand Down
Loading