-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 981 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 981 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
26
27
module github.com/convox/docs
go 1.17
require (
github.com/algolia/algoliasearch-client-go v2.25.1-0.20181217121925-1c0b06b9e47a+incompatible
github.com/convox/stdapi v0.0.0-20190304193425-d3c01b4ef379
github.com/gobuffalo/packd v0.3.0
github.com/gobuffalo/packr v1.30.1
github.com/russross/blackfriday/v2 v2.1.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/convox/logger v0.0.0-20180522214415-e39179955b52 // indirect
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v1.1.2 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/rogpeppe/go-internal v1.3.0 // indirect
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35 // indirect
)