You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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
)