10 lines
165 B
Modula-2
10 lines
165 B
Modula-2
module fileboy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b // indirect
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|