Восстановление репозитория
This commit is contained in:
18
go.mod
Normal file
18
go.mod
Normal file
@@ -0,0 +1,18 @@
|
||||
module log-reader
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/hpcloud/tail v1.0.0
|
||||
|
||||
// replace github.com/hpcloud/tail v1.0.0 => /home/svkalinin/Проекты/git-repo-copy/tail
|
||||
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
||||
github.com/kardianos/service v1.2.2 // indirect
|
||||
github.com/opensearch-project/opensearch-go/v2 v2.2.0 // indirect
|
||||
golang.org/x/sys v0.4.0 // indirect
|
||||
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
||||
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user