foundation/go.mod
2022-08-10 11:09:36 +02:00

14 lines
280 B
Modula-2

module git.ctrlz.es/mgdelacroix/foundation
go 1.18
require (
github.com/jmoiron/sqlx v1.3.5
github.com/stretchr/testify v1.8.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)