mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-12 19:10:09 +08:00
23 lines
529 B
Modula-2
23 lines
529 B
Modula-2
module xip
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.23.1
|
|
|
|
require (
|
|
github.com/onsi/ginkgo/v2 v2.20.2
|
|
github.com/onsi/gomega v1.34.2
|
|
golang.org/x/net v0.29.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.6.0 // indirect
|
|
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
golang.org/x/tools v0.25.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|