Skip to content

Commit

Permalink
test window contention [1]
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi committed Jan 17, 2025
1 parent 1e459fa commit 6440996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ec2 v1.144.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4
github.com/beam-cloud/blobcache-v2 v0.0.0-20250116051731-2cddb048eb13
github.com/beam-cloud/blobcache-v2 v0.0.0-20250117213038-28edae516923
github.com/beam-cloud/clip v0.0.0-20250109221532-5d9d7744594d
github.com/beam-cloud/go-runc v0.0.0-20231222221338-b89899f33170
github.com/bsm/redislock v0.9.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.30.1/go.mod h1:jiNR3JqT15Dm+QWq2SRgh
github.com/aws/smithy-go v1.20.3 h1:ryHwveWzPV5BIof6fyDvor6V3iUL7nTfiTKXHiW05nE=
github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59/go.mod h1:q/89r3U2H7sSsE2t6Kca0lfwTK8JdoNGS/yzM/4iH5I=
github.com/beam-cloud/blobcache-v2 v0.0.0-20250116051731-2cddb048eb13 h1:69IP6SN6Jf0pdHG71TGg/q7grK5c9os1WuOYEhqR5/Q=
github.com/beam-cloud/blobcache-v2 v0.0.0-20250116051731-2cddb048eb13/go.mod h1:eK80pNykYLVTKmfjfTVqvrJqX4HKXqeCl1OQt6/F8ZM=
github.com/beam-cloud/blobcache-v2 v0.0.0-20250117213038-28edae516923 h1:38P9350SbTgLrjV+hzhq2sIZoyrWFLNISTZ/bIPkEUY=
github.com/beam-cloud/blobcache-v2 v0.0.0-20250117213038-28edae516923/go.mod h1:eK80pNykYLVTKmfjfTVqvrJqX4HKXqeCl1OQt6/F8ZM=
github.com/beam-cloud/clip v0.0.0-20250109221532-5d9d7744594d h1:EEWoW32RCi3i9/PWkvrPMDIo4j2attsKkMXxwZQRKt4=
github.com/beam-cloud/clip v0.0.0-20250109221532-5d9d7744594d/go.mod h1:FO7taXHUAqgx33PjeB6LbSLpKob3Ceyo9Po64nq5TR0=
github.com/beam-cloud/go-runc v0.0.0-20231222221338-b89899f33170 h1:KYVz18kobBGU8URM9Srn++2tcL9e0PcwYyH0Z4GYicM=
Expand Down

0 comments on commit 6440996

Please sign in to comment.