-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (43 loc) · 1.8 KB
/
go.mod
File metadata and controls
48 lines (43 loc) · 1.8 KB
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
42
43
44
45
46
47
48
module joelmoss/proscenium
go 1.25.7
// To update esbuild-internal, first run `go list -m github.com/joelmoss/esbuild-internal@master` to
// get the latest commit hash, then update the version here to `v0.27.1-0.<timestamp>-<commit hash>`
// and run `go mod tidy` to update the go.sum file.
require (
github.com/joelmoss/esbuild-internal v0.27.3-02e81dd7-2
github.com/k0kubun/pp v3.0.1+incompatible
github.com/onsi/ginkgo/v2 v2.28.1
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/sergi/go-diff v1.4.0
)
require (
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/go-logr/logr v1.4.3 // 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.7.0 // indirect
github.com/google/pprof v0.0.0-20260202012954-cb029daf43ef // indirect
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stretchr/testify v1.11.1 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/tools v0.42.0 // indirect
)
require (
4d63.com/collapsewhitespace v0.0.0-20190109064012-23971e8e1f30
github.com/MakeNowJust/heredoc v1.0.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/h2non/gock v1.2.0
github.com/onsi/gomega v1.39.1
github.com/peterbourgon/mergemap v0.0.1
github.com/riking/cssparse v0.0.0-20180325025645-c37ded0aac89
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)