This repository was archived by the owner on Sep 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ module github.com/msoedov/hacker-slides
33go 1.12
44
55require (
6- github.com/atrox/haikunatorgo v2.0.0+incompatible // indirect
7- github.com/gin-contrib/sessions v0.0.0-20190512062852-3cb4c4f2d615 // indirect
6+ github.com/atrox/haikunatorgo v2.0.0+incompatible
7+ github.com/franela/goblin v0.0.0-20181003173013-ead4ad1d2727
8+ github.com/gin-contrib/sessions v0.0.0-20190512062852-3cb4c4f2d615
89 github.com/gin-gonic/gin v1.4.0
9- github.com/hashicorp/golang-lru v0.5.1 // indirect
10+ github.com/hashicorp/golang-lru v0.5.1
1011 github.com/sirupsen/logrus v1.4.2
1112)
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668/go.mod h1:H0wQ
55github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1 /go.mod h1:dkChI7Tbtx7H1Tj7TqGSZMOeGpMP5gLHtjroHd4agiI =
66github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
77github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
8+ github.com/franela/goblin v0.0.0-20181003173013-ead4ad1d2727 h1:eouy4stZdUKn7n98c1+rdUTxWMg+jvhP+oHt0K8fiug =
9+ github.com/franela/goblin v0.0.0-20181003173013-ead4ad1d2727 /go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4 =
810github.com/gin-contrib/sessions v0.0.0-20190512062852-3cb4c4f2d615 h1:2KRlm9Qh15+8BjkbOCcZtfC7aFVQd2mELjpHjrDmv1s =
911github.com/gin-contrib/sessions v0.0.0-20190512062852-3cb4c4f2d615 /go.mod h1:iziXm/6pvTtf7og1uxT499sel4h3S9DfwsrhNZ+REXM =
1012github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 h1:t8FVkw33L+wilf2QiWkw0UV77qRpcH/JHPKGpKa2E8g =
You can’t perform that action at this time.
0 commit comments