-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 903 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 903 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
28
29
module github.com/rfwlab/rfw
go 1.24.3
require (
github.com/andybalholm/brotli v1.0.6
github.com/bmatcuk/doublestar/v4 v4.9.1
github.com/fatih/color v1.17.0
github.com/fsnotify/fsnotify v1.9.0
github.com/mirkobrombin/go-cli-builder v1.0.0
github.com/mirkobrombin/go-logger v0.2.0
github.com/mirkobrombin/go-signal/v2 v2.0.0
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/russross/blackfriday/v2 v2.1.0
github.com/tdewolff/minify/v2 v2.24.3
golang.org/x/net v0.33.0
nhooyr.io/websocket v1.8.10
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mirkobrombin/go-foundation v0.2.1 // indirect
github.com/tdewolff/parse/v2 v2.8.3 // indirect
golang.org/x/sys v0.30.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)
replace github.com/mirkobrombin/go-signal/v2 => ../go-signal