-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
23 lines (20 loc) · 921 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
module github.com/getgauge/spectacle
go 1.23
require (
github.com/golang-commonmark/markdown v0.0.0-20180910011815-a8f139058164
github.com/golang/protobuf v1.5.4
google.golang.org/grpc v1.67.1
)
require (
github.com/golang-commonmark/html v0.0.0-20180910111043-7d7c804e1d46 // indirect
github.com/golang-commonmark/linkify v0.0.0-20180910111149-f05efb453a0e // indirect
github.com/golang-commonmark/mdurl v0.0.0-20180910110917-8d018c6567d6 // indirect
github.com/golang-commonmark/puny v0.0.0-20180910110745-050be392d8b8 // indirect
github.com/opennota/wd v0.0.0-20180911144301-b446539ab1e7 // indirect
github.com/russross/blackfriday v1.6.0 // 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-20240924160255-9d4c2d233b61 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)