owl-blogs/go.mod

14 lines
360 B
Modula-2
Raw Normal View History

2023-06-25 18:04:06 +00:00
module owl-blogs
go 1.20
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)