mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 08:06:53 +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 ```
24 lines
574 B
Modula-2
24 lines
574 B
Modula-2
module xip
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/onsi/ginkgo/v2 v2.23.4
|
|
github.com/onsi/gomega v1.37.0
|
|
golang.org/x/net v0.40.0
|
|
)
|
|
|
|
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.7.0 // indirect
|
|
github.com/google/pprof v0.0.0-20250501235452-c0086092b71a // indirect
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
golang.org/x/tools v0.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|