-
- Downloads
Added Serve
commands/serve.go
0 → 100644
... | ... | @@ -2,9 +2,13 @@ module datasmith |
go 1.22.4 | ||
require ( | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
require ( | ||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect | ||
github.com/manifoldco/promptui v0.9.0 // indirect | ||
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 | ||
golang.org/x/sys v0.4.0 // indirect | ||
) |
Please register or sign in to comment