14 lines
409 B
Modula-2
14 lines
409 B
Modula-2
module meutel.net/meutel/go-bouquins
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae
|
|
github.com/gorilla/sessions v1.2.0
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/tools v0.0.0-20190911022129-16c5e0f7d110 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|