-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 762 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/Comamoca/goma
go 1.20
require (
github.com/Comamoca/chuno v0.0.0-20230405135414-270b67ab7f18 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jaschaephraim/lrserver v0.0.0-20171129202958-50d19f603f71 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/urfave/cli/v2 v2.27.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yuin/goldmark v1.5.3 // indirect
golang.org/x/sys v0.14.0 // indirect
)