diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-06-19 22:56:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-19 22:56:40 -0700 |
| commit | 6270047202aa41492261576800fe44e86ab92536 (patch) | |
| tree | e84927ea360a7ede80d13fe7aada59356c0475ce /go.mod | |
| parent | 1baa7ead59a0a040d1165e3579cf79f90c20dd65 (diff) | |
| parent | 8db9f13bc69be974fbd18c4b0aacd071ea1acaa9 (diff) | |
| download | seaweedfs-6270047202aa41492261576800fe44e86ab92536.tar.xz seaweedfs-6270047202aa41492261576800fe44e86ab92536.zip | |
Merge pull request #3189 from shichanglin5/circuit_breaker
add s3 circuit breaker support for 'simultaneous request count' and '…
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ require ( github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.2 github.com/golang/snappy v0.0.4 // indirect - github.com/google/btree v1.1.1 + github.com/google/btree v1.0.1 github.com/google/go-cmp v0.5.8 // indirect github.com/google/uuid v1.3.0 github.com/google/wire v0.5.0 // indirect |
