-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 997 Bytes
/
Copy pathgo.mod
File metadata and controls
32 lines (28 loc) · 997 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
30
31
32
module github.com/JanGordon/melte-framework
go 1.19
require (
github.com/evanw/esbuild v0.15.7
github.com/fatih/color v1.13.0
github.com/fsnotify/fsnotify v1.5.4
github.com/gorilla/websocket v1.5.0
github.com/manifoldco/promptui v0.9.0
github.com/spf13/cobra v1.5.0
github.com/vanng822/css v1.0.1
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/stretchr/testify v1.7.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
rogchap.com/v8go v0.7.0
)