Skip to content

Commit ea57a30

Browse files
committed
fix
1 parent 87c0f73 commit ea57a30

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

dev/loadgen/go.mod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ require (
1717

1818
require (
1919
github.com/VividCortex/ewma v1.1.1 // indirect
20+
github.com/beorn7/perks v1.0.1 // indirect
21+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2022
github.com/fatih/color v1.7.0 // indirect
2123
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
2224
github.com/golang/protobuf v1.5.3 // indirect
@@ -26,9 +28,14 @@ require (
2628
github.com/mattn/go-colorable v0.1.2 // indirect
2729
github.com/mattn/go-isatty v0.0.12 // indirect
2830
github.com/mattn/go-runewidth v0.0.7 // indirect
31+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2932
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3033
github.com/opencontainers/go-digest v1.0.0 // indirect
3134
github.com/opencontainers/image-spec v1.0.2 // indirect
35+
github.com/prometheus/client_golang v1.16.0 // indirect
36+
github.com/prometheus/client_model v0.4.0 // indirect
37+
github.com/prometheus/common v0.42.0 // indirect
38+
github.com/prometheus/procfs v0.10.1 // indirect
3239
github.com/spf13/pflag v1.0.5 // indirect
3340
golang.org/x/net v0.10.0 // indirect
3441
golang.org/x/sys v0.11.0 // indirect

dev/loadgen/go.sum

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)