-
Notifications
You must be signed in to change notification settings - Fork 11
/
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.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
google.golang.org/protobuf v1.36.5 // indirect
)