-
- Downloads
chore: update licenses
... | ... | @@ -3,13 +3,14 @@ module gitlab.schukai.com/oss/libraries/go/application/xflags |
go 1.19 | ||
require ( | ||
github.com/stretchr/testify v1.8.0 | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.3.1 | ||
github.com/stretchr/testify v1.8.2 | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.5.2 | ||
) | ||
require ( | ||
github.com/agnivade/levenshtein v1.1.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Please register or sign in to comment