diff --git a/go.mod b/go.mod index 43b42d4..2378c2e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/vbauerster/mpb/v4 +module github.com/vbauerster/mpb/v5 require ( github.com/VividCortex/ewma v1.1.1 @@ -7,4 +7,4 @@ golang.org/x/sys v0.0.0-20200217220822-9197077df867 // indirect ) -go 1.13 +go 1.14