forked from GChuf/tailon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 768 Bytes
/
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
module github.com/gchuf/tailon
go 1.21
require (
github.com/gorilla/handlers v1.5.1
github.com/mitchellh/mapstructure v1.5.0
github.com/pelletier/go-toml v1.9.5
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c
github.com/shurcooL/httpgzip v0.0.0-20230704072819-d1585fc322fa
github.com/spf13/pflag v1.0.5
gopkg.in/igm/sockjs-go.v3 v3.0.2
)
require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/igm/sockjs-go v3.0.2+incompatible // indirect
github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
gopkg.in/igm/sockjs-go.v2 v2.1.0 // indirect
)