Update go mod

This commit is contained in:
Jan Bader
2023-12-06 22:45:06 +01:00
parent 303833d06f
commit c57d6cea68
4 changed files with 6 additions and 8 deletions

View File

@@ -18,8 +18,8 @@ import (
"slices"
"github.com/steakknife/hamming"
"github.com/vbauerster/mpb/v7"
"github.com/vbauerster/mpb/v7/decor"
"github.com/vbauerster/mpb/v8"
"github.com/vbauerster/mpb/v8/decor"
)
var fromFile = flag.String("from-file", "", "Load results file from <path>")