foundation/go.mod

15 lines
280 B
Modula-2
Raw Normal View History

2022-08-09 17:46:57 +01:00
module git.ctrlz.es/mgdelacroix/foundation
go 1.18
2022-08-10 10:09:36 +01:00
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
)