Skip to content

Commit

Permalink
fix concurrent map writes error in clip (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpetrovic authored May 28, 2024
1 parent d883053 commit f0a6d5f
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 @@ -16,7 +16,6 @@ require (
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.48.1
github.com/beam-cloud/blobcache v0.0.0-20240512162245-f8b1aa1cad58
github.com/beam-cloud/clip v0.0.0-20240524192925-3744760722a1
github.com/beam-cloud/go-runc v0.0.0-20231222221338-b89899f33170
github.com/bsm/redislock v0.9.4
github.com/cloudevents/sdk-go/v2 v2.15.1
Expand Down Expand Up @@ -85,6 +84,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
github.com/aws/smithy-go v1.20.0 // indirect
github.com/beam-cloud/clip v0.0.0-20240528225814-65e4a3f35a1d // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/briandowns/spinner v1.23.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ github.com/beam-cloud/blobcache v0.0.0-20240512162245-f8b1aa1cad58 h1:b9Q6mxH5CM
github.com/beam-cloud/blobcache v0.0.0-20240512162245-f8b1aa1cad58/go.mod h1:msZBPNo2uDlcvYA1+epdSRZVeN/89ML5BeiJy70bxjQ=
github.com/beam-cloud/clip v0.0.0-20240524192925-3744760722a1 h1:IonKAjXFgiTHuzItFa0X+wBIXzhn5BfU8i2SkO0ZWBk=
github.com/beam-cloud/clip v0.0.0-20240524192925-3744760722a1/go.mod h1:fD+s/BBWbUDzbX772ydDsLXkvXKzt6y+mzdTVmsAd30=
github.com/beam-cloud/clip v0.0.0-20240528225814-65e4a3f35a1d h1:tfmOzW70o2laeuNsz8kXVWRdiSPYVs8D3A7EhwosrFI=
github.com/beam-cloud/clip v0.0.0-20240528225814-65e4a3f35a1d/go.mod h1:fD+s/BBWbUDzbX772ydDsLXkvXKzt6y+mzdTVmsAd30=
github.com/beam-cloud/go-runc v0.0.0-20231222221338-b89899f33170 h1:KYVz18kobBGU8URM9Srn++2tcL9e0PcwYyH0Z4GYicM=
github.com/beam-cloud/go-runc v0.0.0-20231222221338-b89899f33170/go.mod h1:aw0zhDi28Hemve0raHcfU9suxZwkCpyNANOEwKZSSXo=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit f0a6d5f

Please sign in to comment.