12 lines
224 B
Modula-2
12 lines
224 B
Modula-2
module github.com/cosmtrek/air
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.11
|
|
github.com/fatih/color v1.10.0
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/pelletier/go-toml v1.8.1
|
|
)
|