Skip to content

Commit

Permalink
bump shogo82148/go-retry v2
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jun 26, 2024
1 parent 9f2499e commit c481b1d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ go 1.19
require (
github.com/google/go-cmp v0.6.0
github.com/shogo82148/forwarded-header v0.1.0
github.com/shogo82148/go-retry v1.3.1
github.com/shogo82148/go-retry/v2 v2.0.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/shogo82148/forwarded-header v0.1.0 h1:OZX131i0B8GGZR+s5QEZdSEYDTUPkUX8ISIIQE+swKM=
github.com/shogo82148/forwarded-header v0.1.0/go.mod h1:Ge73zEgn9jrdyf65vWTgDmRZQFQPHoFU0TaILJcvs54=
github.com/shogo82148/go-retry v1.3.1 h1:AFJHUWG7mLzLFN/21p3NdzdL55ttZgdapWaFgbtYf8g=
github.com/shogo82148/go-retry v1.3.1/go.mod h1:wttfgfwCMQvNqv4kOpqIvDDJeSmwU+AEIpUyG+5Ca6M=
github.com/shogo82148/go-retry/v2 v2.0.1 h1:GV20np5IPU+pjFuNzFwmkFK90Lw3g4HhKgMVHewclb8=
github.com/shogo82148/go-retry/v2 v2.0.1/go.mod h1:Rv6PnVPeGd1695eqstyZ+VFOQN8vsh5t87/Ur+aa9JI=
2 changes: 1 addition & 1 deletion plugins/ec2/ec2.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
"github.com/shogo82148/aws-xray-yasdk-go/xray"
"github.com/shogo82148/aws-xray-yasdk-go/xray/schema"
"github.com/shogo82148/aws-xray-yasdk-go/xray/xraylog"
"github.com/shogo82148/go-retry"
"github.com/shogo82148/go-retry/v2"
)

type ec2InstanceIdentityDocument struct {
Expand Down
2 changes: 1 addition & 1 deletion plugins/ec2/ec2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

"github.com/google/go-cmp/cmp"
"github.com/shogo82148/aws-xray-yasdk-go/xray/schema"
"github.com/shogo82148/go-retry"
"github.com/shogo82148/go-retry/v2"
)

func TestGetInstanceIdentityDocument_IMDSv1(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/ecs/ecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/shogo82148/aws-xray-yasdk-go/internal/envconfig"
"github.com/shogo82148/aws-xray-yasdk-go/xray"
"github.com/shogo82148/aws-xray-yasdk-go/xray/schema"
"github.com/shogo82148/go-retry"
"github.com/shogo82148/go-retry/v2"
)

const cgroupPath = "/proc/self/cgroup"
Expand Down

0 comments on commit c481b1d

Please sign in to comment.