-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.35 KB
/
Copy pathgo.mod
File metadata and controls
37 lines (34 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/LeKovr/webtail
go 1.25.0
require (
github.com/LeKovr/go-kit/config v0.6.1
github.com/LeKovr/go-kit/logger v0.2.4
github.com/LeKovr/go-kit/ver v0.10.1
github.com/a8m/djson v0.0.0-20170509170705-c02c5aef757f
github.com/fsnotify/fsnotify v1.10.1
github.com/fukata/golang-stats-api-handler v1.0.0
github.com/go-logr/logr v1.4.3
github.com/gorilla/websocket v1.5.3
github.com/jessevdk/go-flags v1.6.1
github.com/nxadm/tail v1.4.11
github.com/stretchr/testify v1.11.1
)
require (
github.com/LeKovr/go-kit/slogger v0.15.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/go-logr/zerologr v1.2.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/lmittmann/tint v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/remychantenay/slog-otel v1.3.0 // indirect
github.com/rs/zerolog v1.29.0 // indirect
go.opentelemetry.io/otel v1.44.0 // indirect
go.opentelemetry.io/otel/trace v1.44.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/tools v0.45.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)