-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
26 lines (24 loc) · 896 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
26
module github.com/sohaha/zzz
go 1.12
require (
github.com/chzyer/readline v1.5.1 // indirect
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.16.0
github.com/fsnotify/fsnotify v1.7.0
github.com/gorilla/websocket v1.5.1 // indirect
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
github.com/manifoldco/promptui v0.9.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
github.com/sohaha/gconf v1.0.3
github.com/sohaha/zlsgo v1.7.11
github.com/sohaha/zstatic v0.2.1
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/tdewolff/minify/v2 v2.20.20
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
golang.org/x/net v0.24.0
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
)