Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Bump github.com/craigpastro/retrier from 0.1.1 to 0.1.2 #181

Merged
Merged
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 @@ -6,7 +6,7 @@ require (
github.com/bufbuild/connect-go v1.9.0
github.com/bufbuild/connect-grpcreflect-go v1.1.0
github.com/bufbuild/connect-opentelemetry-go v0.3.0
github.com/craigpastro/retrier v0.1.1
github.com/craigpastro/retrier v0.1.2
github.com/envoyproxy/protoc-gen-validate v1.0.1
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/go-cmp v0.5.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/containerd/containerd v1.7.2 h1:UF2gdONnxO8I6byZXDi5sXWiWvlW3D/sci7dT
github.com/containerd/containerd v1.7.2/go.mod h1:afcz74+K10M/+cjGHIVQrCt3RAQhUSCAjJ9iMYhhkuI=
github.com/cpuguy83/dockercfg v0.3.1 h1:/FpZ+JaygUR/lZP2NlFI2DVfrOEMAIKP5wWEJdoYe9E=
github.com/cpuguy83/dockercfg v0.3.1/go.mod h1:sugsbF4//dDlL/i+S+rtpIWp+5h0BHJHfjj5/jFyUJc=
github.com/craigpastro/retrier v0.1.1 h1:estm0/hEfhOfsn5E0NsjgtoGvfU8XCk9Fq4vYii0bfk=
github.com/craigpastro/retrier v0.1.1/go.mod h1:bJgBrP58MTbsBcbb57jgcsT4TgdDQgENJ4OIm15VGaw=
github.com/craigpastro/retrier v0.1.2 h1:XgigwNe1/KhHTdaxG8QI4SnIQ0C2fAX8usgFsak/U9c=
github.com/craigpastro/retrier v0.1.2/go.mod h1:bJgBrP58MTbsBcbb57jgcsT4TgdDQgENJ4OIm15VGaw=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
github.com/cyphar/filepath-securejoin v0.2.3 h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=
Expand Down
Loading