mirror of
https://github.com/mudler/luet.git
synced 2025-07-11 22:28:06 +00:00
* Update vendor Sabayon/pkgs-checker@v0.8.4 * Drop golang.org/x/text Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
9 lines
141 B
Modula-2
9 lines
141 B
Modula-2
module github.com/nxadm/tail
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
|
|
)
|