forked from RoastSoftware/roaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (19 loc) · 796 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/LuleaUniversityOfTechnology/2018-project-roaster
require (
github.com/cespare/xxhash v1.1.0
github.com/disintegration/imaging v1.5.0
github.com/garyburd/redigo v1.6.0 // indirect
github.com/gorilla/csrf v1.5.1
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.6.2
github.com/gorilla/sessions v1.1.3
github.com/lib/pq v1.0.0
github.com/onsi/gomega v1.4.3 // indirect
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.2.2
github.com/willeponken/causerr v0.0.0-20181211111524-d6ebaef15707
github.com/willeponken/govatar v0.0.0-20190104121322-f74d176894f3
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b // indirect
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
)