-
Notifications
You must be signed in to change notification settings - Fork 120
/
go.mod
29 lines (26 loc) · 1.1 KB
/
go.mod
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
28
29
module github.com/InkProject/ink
go 1.18
require (
github.com/InkProject/ink.go v0.0.0-20160120061933-86de6d066e8d
github.com/facebookgo/symwalk v0.0.0-20150726040526-42004b9f3222
github.com/fsnotify/fsnotify v1.7.0
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47
github.com/gorilla/feeds v1.1.2
github.com/gorilla/websocket v1.5.1
github.com/snabb/sitemap v1.0.4
github.com/urfave/cli/v2 v2.27.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/facebookgo/testname v0.0.0-20150612200628-5443337c3a12 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/snabb/diagio v1.0.4 // indirect
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
)