-
Notifications
You must be signed in to change notification settings - Fork 41
/
go.mod
27 lines (24 loc) · 1013 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
25
26
27
module github.com/getgauge/html-report
go 1.23
require (
github.com/documize/html-diff v0.0.0-20160503140253-f61c192c7796
github.com/getgauge/common v0.0.0-20240923154736-7ff1ad53db2a
github.com/getgauge/gauge-proto/go/gauge_messages v0.0.0-20241014044446-3df831bf9ebf
github.com/kylelemons/godebug v1.1.0
github.com/microcosm-cc/bluemonday v1.0.27
github.com/russross/blackfriday v1.6.0
github.com/tdewolff/minify/v2 v2.21.1
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.2
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/dmotylev/goproperties v0.0.0-20140630191356-7cbffbaada47 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/mb0/diff v0.0.0-20131118162322-d8d9a906c24d // indirect
github.com/tdewolff/parse/v2 v2.7.18 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
)