-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 825 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module gobuff_realworld_example_app
// +heroku goVersion go1.16
go 1.16
require (
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/gobuffalo/buffalo v0.18.1
github.com/gobuffalo/buffalo-pop/v3 v3.0.2
github.com/gobuffalo/envy v1.10.1
github.com/gobuffalo/mw-csrf v1.0.0
github.com/gobuffalo/mw-forcessl v0.0.0-20200131175327-94b2bd771862
github.com/gobuffalo/mw-i18n v1.1.0
github.com/gobuffalo/mw-paramlogger v1.0.0
github.com/gobuffalo/packr/v2 v2.8.0
github.com/gobuffalo/pop/v6 v6.0.1
github.com/gobuffalo/suite/v3 v3.0.0
github.com/gobuffalo/validate/v3 v3.3.1
github.com/gofrs/uuid v4.2.0+incompatible
github.com/gosimple/slug v1.10.0
github.com/markbates/grift v1.5.0
github.com/pkg/errors v0.9.1
github.com/unrolled/secure v1.0.9
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
)