2019-06-13 11:34:44 +02:00
|
|
|
module github.com/msoedov/hacker-slides
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-06-28 12:32:33 +02:00
|
|
|
github.com/atrox/haikunatorgo v2.0.0+incompatible
|
|
|
|
github.com/franela/goblin v0.0.0-20181003173013-ead4ad1d2727
|
|
|
|
github.com/gin-contrib/sessions v0.0.0-20190512062852-3cb4c4f2d615
|
2019-06-13 11:34:44 +02:00
|
|
|
github.com/gin-gonic/gin v1.4.0
|
2019-06-28 12:32:33 +02:00
|
|
|
github.com/hashicorp/golang-lru v0.5.1
|
2019-06-13 11:34:44 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
)
|