10 lines
168 B
Modula-2
10 lines
168 B
Modula-2
module github.com/dalu/mongostore
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/sessions v1.2.0
|
|
go.mongodb.org/mongo-driver v1.3.1
|
|
)
|