Skip to content

Commit

Permalink
fix: minio manager race (#3672)
Browse files Browse the repository at this point in the history
* fix: minio manager race

* chore: go-kit v0.15.4
  • Loading branch information
fracasula committed Jul 27, 2023
1 parent c35d127 commit 54e3055
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 @@ -71,7 +71,7 @@ require (
github.com/rs/cors v1.9.0
github.com/rudderlabs/analytics-go v3.3.3+incompatible
github.com/rudderlabs/compose-test v0.1.2
github.com/rudderlabs/rudder-go-kit v0.15.3
github.com/rudderlabs/rudder-go-kit v0.15.4
github.com/rudderlabs/sql-tunnels v0.1.3
github.com/samber/lo v1.38.1
github.com/segmentio/kafka-go v0.4.42
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1744,8 +1744,8 @@ github.com/rudderlabs/compose-test v0.1.2 h1:GTt8meEXkdOXPZWKW0r5mDRA5ddachR/pR+
github.com/rudderlabs/compose-test v0.1.2/go.mod h1:J1UaMZXoXRGHE0+VLpHZ/0hp+1F2m5cmjOKcwaN5LOU=
github.com/rudderlabs/parquet-go v0.0.2 h1:ZXRdZdimB0PdJtmxeSSxfI0fDQ3kZjwzBxRi6Ut1J8k=
github.com/rudderlabs/parquet-go v0.0.2/go.mod h1:g6guum7o8uhj/uNhunnt7bw5Vabu/goI5i21/3fnxWQ=
github.com/rudderlabs/rudder-go-kit v0.15.3 h1:Lo4YriNmISqGfRj+DRGdi76t2622fwUkoWcuEKd8oP0=
github.com/rudderlabs/rudder-go-kit v0.15.3/go.mod h1:tJa7aqUDgrQfQJ0VdPg3tWs/BQz4gm2HntGqB4sVRYA=
github.com/rudderlabs/rudder-go-kit v0.15.4 h1:6erl5zGASb6B4jac8AGMJBWDiue+e6KZRoafckvqFo0=
github.com/rudderlabs/rudder-go-kit v0.15.4/go.mod h1:tJa7aqUDgrQfQJ0VdPg3tWs/BQz4gm2HntGqB4sVRYA=
github.com/rudderlabs/sql-tunnels v0.1.3 h1:o7/MX4Yj0WpAaw0uxkRmkagtzedGxUPRwyho4SMbWMQ=
github.com/rudderlabs/sql-tunnels v0.1.3/go.mod h1:1TolUkSsrQxdXS0iyGlbLADsgkebmPcz1MxU5xBl6dE=
github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY=
Expand Down

0 comments on commit 54e3055

Please sign in to comment.