-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 816 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/og/juice
go 1.13
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/garyburd/redigo v1.6.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/hoisie/mustache v0.0.0-20160804235033-6375acf62c69
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/michaeljs1990/sqlitestore v0.0.0-20190919182151-25d6d7f2e768
github.com/og/json v0.0.0-20200911082324-b2ef83a1c151
github.com/og/x v0.0.0-20201002005440-4b5ff3f1424c
github.com/og/x/json v0.0.0-20200707080751-b6212c624e22 // indirect
github.com/pkg/errors v0.9.1
github.com/shiyanhui/hero v0.0.2
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)