mirror of
https://github.com/go-nunu/nunu.git
synced 2025-09-26 20:31:18 +08:00
11 lines
200 B
Modula-2
11 lines
200 B
Modula-2
module github.com/go-nunu/nunu
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.3.7
|
|
github.com/duke-git/lancet/v2 v2.3.0
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/spf13/cobra v1.8.0
|
|
)
|