11 lines
204 B
Modula-2
11 lines
204 B
Modula-2
module git.icod.de/dalu/mongostore
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/sessions v1.2.0
|
|
go.mongodb.org/mongo-driver v1.3.1
|
|
)
|