summaryrefslogtreecommitdiffstats
path: root/_examples/stress/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '_examples/stress/go.mod')
-rw-r--r--_examples/stress/go.mod18
1 files changed, 18 insertions, 0 deletions
diff --git a/_examples/stress/go.mod b/_examples/stress/go.mod
new file mode 100644
index 0000000..0541360
--- /dev/null
+++ b/_examples/stress/go.mod
@@ -0,0 +1,18 @@
+module github.com/vbauerster/mpb/_examples/stress
+
+go 1.17
+
+require (
+ github.com/pkg/profile v1.7.0
+ github.com/vbauerster/mpb/v8 v8.6.1
+)
+
+require (
+ github.com/VividCortex/ewma v1.2.0 // indirect
+ github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
+ github.com/felixge/fgprof v0.9.3 // indirect
+ github.com/google/pprof v0.0.0-20230821062121-407c9e7a662f // indirect
+ github.com/mattn/go-runewidth v0.0.15 // indirect
+ github.com/rivo/uniseg v0.4.4 // indirect
+ golang.org/x/sys v0.11.0 // indirect
+)