build(deps): manual upgrade to github.com/alecthomas/kingpin/v2 (#2804)

also upgraded github.com/klauspost/reedsolomon to latest non-retracted version
go mod tidy
This commit is contained in:
Jarek Kowalski
2023-03-11 06:28:05 -08:00
committed by GitHub
parent 84675c1185
commit 6fa50640f4
52 changed files with 65 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
package cli
import (
"github.com/alecthomas/kingpin"
"github.com/alecthomas/kingpin/v2"
"github.com/pkg/errors"
"github.com/kopia/kopia/internal/apiclient"