Skip to content
Snippets Groups Projects
go.mod 395 B
Newer Older
module gitlab.schukai.com/oss/bob.git

go 1.19

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.8.0 // indirect
	gitlab.schukai.com/oss/libraries/go/application/xflags v1.13.0 // indirect
	gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.3.1 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)