Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/grafana/metrictank v1.0.1-0.20221128152741-61182cf5f40e
github.com/jpillora/backoff v1.0.0
github.com/kisielk/og-rek v1.3.0
github.com/metrics20/go-metrics20 v0.0.0-20180821133656-717ed3a27bf9
github.com/metrics20/go-metrics20 v0.0.0-20240216190837-a2a3be37ef3e
github.com/prometheus/procfs v0.20.1
github.com/raintank/dur v0.0.0-20220106223125-d7c6a541ef3a
github.com/sirupsen/logrus v1.9.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/metrics20/go-metrics20 v0.0.0-20180821133656-717ed3a27bf9 h1:HJGxeTb4X202FGBHUwj22enx5McT2piwCK6k0uBvV1A=
github.com/metrics20/go-metrics20 v0.0.0-20180821133656-717ed3a27bf9/go.mod h1:aihH5QYDkB9IKLb+t3Fm/4cStUU9MBfLjmVWWEsG2Ok=
github.com/metrics20/go-metrics20 v0.0.0-20240216190837-a2a3be37ef3e h1:tYhT/WzRETu9KyPKw9eLB4zrzDNX49IM6H56qYhCn38=
github.com/metrics20/go-metrics20 v0.0.0-20240216190837-a2a3be37ef3e/go.mod h1:aihH5QYDkB9IKLb+t3Fm/4cStUU9MBfLjmVWWEsG2Ok=
github.com/pelletier/go-toml v1.9.1 h1:a6qW1EVNZWH9WGI6CsYdD8WAylkoXBS5yv0XHlh17Tc=
github.com/pelletier/go-toml v1.9.1/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/philhofer/fwd v0.0.0-20151120024002-92647f2bd94a h1:TPgUAhoO0gq6RVfE5stjC/ZCQOQF/efpvw3HxXRzRao=
Expand Down