Add 'check-versions' flag to bpm-repo

This commit is contained in:
2025-09-08 10:16:23 +03:00
parent 1b6585424f
commit 2197f78bc0
3 changed files with 223 additions and 6 deletions
+1 -4
View File
@@ -5,10 +5,7 @@ go 1.23
require (
bpm-utils-shared v1.0.0
github.com/spf13/pflag v1.0.10
)
require (
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v3 v3.0.1
)
replace bpm-utils-shared => ../bpm-utils-shared