Ensure that the upgraded version is really greater

This commit is contained in:
2022-03-28 14:47:21 +02:00
parent daf8907f14
commit 16f1d63c8d
4 changed files with 28 additions and 4 deletions

1
go.mod
View File

@@ -5,5 +5,6 @@ go 1.16
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/spf13/cobra v1.3.0
golang.org/x/mod v0.5.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)