-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 709 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 709 Bytes
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/gost-dom/code-gen
go 1.23.4
require (
github.com/dave/jennifer v1.7.1
github.com/gost-dom/generators v0.0.0-20250130162306-db4af89dffce
github.com/gost-dom/webref v0.0.0-20250131125308-e677d113c85a
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/gomega v1.36.2
)
require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20250128161936-077ca0a936bf // 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
golang.org/x/tools v0.29.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)