Skip to content

Commit

Permalink
implement backoff in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbaker1 committed Feb 5, 2024
1 parent 1fa0b25 commit e926445
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 80 deletions.
2 changes: 0 additions & 2 deletions nodeadm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ require (
github.com/aws/smithy-go v1.19.0
github.com/containerd/containerd v1.7.13
github.com/coreos/go-systemd/v22 v22.5.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/integrii/flaggy v1.5.2
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.26.0
Expand All @@ -23,7 +22,6 @@ require (

require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/eapache/go-resiliency v1.5.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/tools v0.16.1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
Expand Down
Loading

0 comments on commit e926445

Please sign in to comment.