12 lines
304 B
AMPL
12 lines
304 B
AMPL
module github.com/seu-usuario/go-react-web-tail
|
|
|
|
go 1.24.0
|
|
|
|
require github.com/hpcloud/tail v1.0.0
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
) |