23 lines
644 B
Modula-2
23 lines
644 B
Modula-2
module go.xsfx.dev/caddy-log-exporter
|
|
|
|
go 1.22.7
|
|
|
|
require (
|
|
github.com/VictoriaMetrics/metrics v1.35.1
|
|
github.com/caarlos0/env/v11 v11.2.2
|
|
github.com/nxadm/tail v1.4.11
|
|
github.com/phsym/console-slog v0.3.1
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/valyala/histogram v1.2.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|