-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 836 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 836 Bytes
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
module github.com/Shimmur/logtailer
go 1.25
require (
github.com/Nitro/sidecar-executor v1.5.2
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/jarcoal/httpmock v1.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/nxadm/tail v1.4.11
github.com/relistan/go-director v0.0.0-20240410125439-78829fce487d
github.com/relistan/rubberneck v1.3.0
github.com/sethvargo/go-limiter v1.0.0
github.com/sirupsen/logrus v1.9.3
github.com/smartystreets/goconvey v1.8.1
)
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smarty/assertions v1.15.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)