-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
25 lines (22 loc) · 909 Bytes
/
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
module github.com/srackham/hindsite/v2
go 1.18
require (
github.com/BurntSushi/toml v1.1.0
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.5.4
github.com/jaschaephraim/lrserver v0.0.0-20171129202958-50d19f603f71
github.com/russross/blackfriday/v2 v2.1.0
github.com/srackham/go-rimu/v11 v11.3.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
)