-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
37 lines (34 loc) · 1.19 KB
/
go.mod
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.19
require (
github.com/LeKovr/go-kit/config v0.2.1
github.com/LeKovr/go-kit/logger v0.2.2
github.com/LeKovr/go-kit/ver v0.1.0
github.com/a8m/djson v0.0.0-20170509170705-c02c5aef757f
github.com/dc0d/dirwatch v0.4.3
github.com/fukata/golang-stats-api-handler v1.0.0
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.3
github.com/gorilla/websocket v1.5.0
github.com/jessevdk/go-flags v1.5.0
github.com/mattn/go-colorable v0.1.13
github.com/nxadm/tail v1.4.8
github.com/stretchr/testify v1.8.2
go.uber.org/zap v1.24.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dc0d/retry v1.2.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/zerologr v1.2.3 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/zerolog v1.29.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/tools v0.11.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)