Skip to content

Commit

Permalink
Enable direct mount and expose max write config (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi authored Dec 5, 2024
1 parent a6c5878 commit f5a3f7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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-20241205212640-d800551ad748
github.com/beam-cloud/blobcache-v2 v0.0.0-20241205220311-243fd2d3c01b
github.com/beam-cloud/clip v0.0.0-20240826223025-899feb184e88
github.com/beam-cloud/go-runc v0.0.0-20231222221338-b89899f33170
github.com/bsm/redislock v0.9.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC
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-20241205212640-d800551ad748 h1:9qoo3XMEiYxWeDRSasbrqVYU0ftr0H76pkkjr7u5Tto=
github.com/beam-cloud/blobcache-v2 v0.0.0-20241205212640-d800551ad748/go.mod h1:eK80pNykYLVTKmfjfTVqvrJqX4HKXqeCl1OQt6/F8ZM=
github.com/beam-cloud/blobcache-v2 v0.0.0-20241205220311-243fd2d3c01b h1:YtBEIIdxZkYpNtQsapeuMs+ACvHtgp88R5fuR8GYaAw=
github.com/beam-cloud/blobcache-v2 v0.0.0-20241205220311-243fd2d3c01b/go.mod h1:eK80pNykYLVTKmfjfTVqvrJqX4HKXqeCl1OQt6/F8ZM=
github.com/beam-cloud/clip v0.0.0-20240826223025-899feb184e88 h1:SAzRxbcUKx0fFfqBRfrm39fyh0ixtuPM8/1HNJpnh9U=
github.com/beam-cloud/clip v0.0.0-20240826223025-899feb184e88/go.mod h1:FO7taXHUAqgx33PjeB6LbSLpKob3Ceyo9Po64nq5TR0=
github.com/beam-cloud/go-runc v0.0.0-20231222221338-b89899f33170 h1:KYVz18kobBGU8URM9Srn++2tcL9e0PcwYyH0Z4GYicM=
Expand Down

0 comments on commit f5a3f7e

Please sign in to comment.