mongostore/go.mod

11 lines
204 B
Modula-2
Raw Normal View History

2020-06-17 18:55:43 +02:00
module git.icod.de/dalu/mongostore
2020-03-22 01:01:55 +01:00
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
)