-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
24 lines (21 loc) · 884 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/getgauge/xml-report
go 1.23
require (
github.com/getgauge/common v0.0.0-20240923154736-7ff1ad53db2a
github.com/getgauge/gauge-proto/go/gauge_messages v0.0.0-20240925040655-d0bab1895673
github.com/lestrrat-go/libxml2 v0.0.0-20240905100032-c934e3fcb9d3
google.golang.org/grpc v1.70.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
require (
github.com/dmotylev/goproperties v0.0.0-20140630191356-7cbffbaada47 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
google.golang.org/protobuf v1.36.4 // indirect
)