Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix(caboose): TTFB per block per peer metric
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 9, 2023
1 parent 7d6ef21 commit 9eac2e7
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 @@ -3,7 +3,7 @@ module github.com/ipfs/bifrost-gateway
go 1.19

require (
github.com/filecoin-saturn/caboose v0.0.0-20230308165217-e460b3f9433f
github.com/filecoin-saturn/caboose v0.0.0-20230309051244-cd9c1d830e0c
github.com/gogo/protobuf v1.3.2
github.com/hashicorp/golang-lru/v2 v2.0.1
github.com/ipfs/go-blockservice v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.m
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/filecoin-saturn/caboose v0.0.0-20230308165217-e460b3f9433f h1:fih9RbNtOmNq1grqvJBg9alJi/QvXjjjPUwBUc2McDw=
github.com/filecoin-saturn/caboose v0.0.0-20230308165217-e460b3f9433f/go.mod h1:sz54focUrb9ax/thO4ZyV5d46idSanFHzlxoFAht3nk=
github.com/filecoin-saturn/caboose v0.0.0-20230309051244-cd9c1d830e0c h1:dM3jAFUsTC0cJeZBClTrJgLU/9Tvb8PXHH/hvFrw5NM=
github.com/filecoin-saturn/caboose v0.0.0-20230309051244-cd9c1d830e0c/go.mod h1:sz54focUrb9ax/thO4ZyV5d46idSanFHzlxoFAht3nk=
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
github.com/flynn/noise v1.0.0 h1:DlTHqmzmvcEiKj+4RYo/imoswx/4r6iBlCMfVtrMXpQ=
github.com/flynn/noise v1.0.0/go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag=
Expand Down

0 comments on commit 9eac2e7

Please sign in to comment.