-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
41 lines (37 loc) · 1.4 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module joelmoss/proscenium
go 1.23
require (
github.com/evanw/esbuild v0.25.0
github.com/onsi/ginkgo/v2 v2.22.2
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/sergi/go-diff v1.3.1
)
require (
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/tools v0.30.0 // indirect
)
require (
4d63.com/collapsewhitespace v0.0.0-20190109064012-23971e8e1f30
github.com/MakeNowJust/heredoc v1.0.0
github.com/dop251/goja v0.0.0-20250125213203-5ef83b82af17
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/h2non/gock v1.2.0
github.com/kr/pretty v0.3.1 // indirect
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/gomega v1.36.2
github.com/peterbourgon/mergemap v0.0.1
github.com/riking/cssparse v0.0.0-20180325025645-c37ded0aac89
github.com/rogpeppe/go-internal v1.13.1 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)