mongostore/go.mod

11 lines
203 B
Modula-2
Raw Normal View History

2020-03-22 01:01:55 +01:00
module github.com/dalu/mongostore
go 1.14
require (
2020-04-02 21:32:02 +02:00
github.com/davecgh/go-spew v1.1.1
2020-04-02 20:02:33 +02:00
github.com/gorilla/securecookie v1.1.1
2020-03-22 01:01:55 +01:00
github.com/gorilla/sessions v1.2.0
go.mongodb.org/mongo-driver v1.3.1
)