mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-12-24 12:12:48 +08:00
```bash go get -u -t; go mod tidy go install golang.org/x/tools/cmd/goimports@latest go install github.com/onsi/ginkgo/v2/ginkgo@latest ``` Drive-by: placate the Markdown linter in DEVELOPER.md
24 lines
641 B
Modula-2
24 lines
641 B
Modula-2
module xip
|
|
|
|
go 1.24.9
|
|
|
|
require (
|
|
github.com/onsi/ginkgo/v2 v2.27.3
|
|
github.com/onsi/gomega v1.38.3
|
|
golang.org/x/net v0.48.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/go-cmp v0.7.0 // indirect
|
|
github.com/google/pprof v0.0.0-20251213031049-b05bdaca462f // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
golang.org/x/tools v0.40.0 // indirect
|
|
)
|