Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit 47def65

Browse files
committed
Update deps.
1 parent 0975a83 commit 47def65

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ module github.com/msoedov/hacker-slides
33
go 1.12
44

55
require (
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
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668/go.mod h1:H0wQ
55
github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1/go.mod h1:dkChI7Tbtx7H1Tj7TqGSZMOeGpMP5gLHtjroHd4agiI=
66
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.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=
810
github.com/gin-contrib/sessions v0.0.0-20190512062852-3cb4c4f2d615 h1:2KRlm9Qh15+8BjkbOCcZtfC7aFVQd2mELjpHjrDmv1s=
911
github.com/gin-contrib/sessions v0.0.0-20190512062852-3cb4c4f2d615/go.mod h1:iziXm/6pvTtf7og1uxT499sel4h3S9DfwsrhNZ+REXM=
1012
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 h1:t8FVkw33L+wilf2QiWkw0UV77qRpcH/JHPKGpKa2E8g=

0 commit comments

Comments
 (0)