-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 697 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/polarpayne/wikix
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/davecgh/go-spew v1.1.1
github.com/gomarkdown/markdown v0.0.0-20190222000725-ee6a7931a1e4
github.com/gorilla/mux v1.7.0
github.com/husobee/vestigo v1.1.0
github.com/microcosm-cc/bluemonday v1.0.2
github.com/pelletier/go-toml v1.3.0
github.com/spf13/afero v1.2.2
github.com/stretchr/testify v1.3.0 // indirect
github.com/tdewolff/minify/v2 v2.3.8
github.com/valyala/bytebufferpool v1.0.0
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67 // indirect
)