Skip to content

fix(deps): update github.com/cerberauth/x digest to fa8f9b4 #261

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

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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.24

require (
github.com/brianvoe/gofakeit/v7 v7.2.1
github.com/cerberauth/x v0.0.0-20250405151016-970dc5b28714
github.com/cerberauth/x v0.0.0-20250508092032-fa8f9b43e97a
github.com/getkin/kin-openapi v0.131.0
github.com/gin-contrib/requestid v1.0.5
github.com/gin-gonic/gin v1.10.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/cerberauth/x v0.0.0-20250405151016-970dc5b28714 h1:Rpr7JzKfq4fC/JzT5ZUzJZCOnCaoKWDXfa8rt/xfe2E=
github.com/cerberauth/x v0.0.0-20250405151016-970dc5b28714/go.mod h1:dwObAA3peKfRfquTUiiPsOXDGO9Z7llnBm1L8gAbaHA=
github.com/cerberauth/x v0.0.0-20250508092032-fa8f9b43e97a h1:zzLGIhJ4ZHK0gabnZljYE2Y3+GEkH6MU+H3QKvZYxAM=
github.com/cerberauth/x v0.0.0-20250508092032-fa8f9b43e97a/go.mod h1:dwObAA3peKfRfquTUiiPsOXDGO9Z7llnBm1L8gAbaHA=
github.com/chengxilo/virtualterm v1.0.4 h1:Z6IpERbRVlfB8WkOmtbHiDbBANU7cimRIof7mk9/PwM=
github.com/chengxilo/virtualterm v1.0.4/go.mod h1:DyxxBZz/x1iqJjFxTFcr6/x+jSpqN0iwWCOK1q10rlY=
github.com/cloudwego/base64x v0.1.5 h1:XPciSp1xaq2VCSt6lF0phncD4koWyULpl5bUxbfCyP4=
Expand Down