-
- Downloads
fix remove tag for command #4
... | @@ -2,12 +2,14 @@ module gitlab.schukai.com/oss/libraries/go/application/xflags | ... | @@ -2,12 +2,14 @@ module gitlab.schukai.com/oss/libraries/go/application/xflags |
go 1.19 | go 1.19 | ||
require github.com/stretchr/testify v1.8.0 | require ( | ||
github.com/stretchr/testify v1.8.0 | |||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.3.1 | |||
) | |||
require ( | require ( | ||
github.com/agnivade/levenshtein v1.1.1 // indirect | github.com/agnivade/levenshtein v1.1.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | github.com/pmezard/go-difflib v1.0.0 // indirect | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.3.0 // indirect | |||
gopkg.in/yaml.v3 v3.0.1 // indirect | gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ) |
issue-4_test.go
0 → 100644
Please register or sign in to comment