11 lines
251 B
Modula-2
11 lines
251 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/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
||
|
)
|