Ville Skyttä 431e4a14c1
deps: migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#4257)
* deps: migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3

gopkg.in/yaml.v3 is unmaintained, ref
https://github.com/yaml/go-yaml#project-status

Upgrade to 3.0.4 while at it.

3.0.1...3.0.2 diff (3.0.1 are identical):
https://gist.github.com/scop/6ec72debf62a9603cff9dc97e6814ddd

3.0.2...3.0.4 diff:
https://github.com/yaml/go-yaml/compare/v3.0.2...v3.0.4

* deps: vendor go.yaml.in/yaml/v3

* deps: upgrade github.com/spf13/cobra to 1.10.2

* deps: vendor github.com/spf13/cobra update changes
2026-02-16 09:21:35 -08:00

32 lines
991 B
Modula-2

module github.com/go-delve/delve
go 1.24
require (
github.com/cilium/ebpf v0.11.0
github.com/cosiner/argv v0.1.0
github.com/creack/pty v1.1.20
github.com/derekparker/trie/v3 v3.2.0
github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62
github.com/google/go-dap v0.12.0
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.20
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.9
go.starlark.net v0.0.0-20231101134539-556fd59b42f6
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/arch v0.11.0
golang.org/x/sys v0.26.0
golang.org/x/telemetry v0.0.0-20241106142447-58a1122356f5
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/sync v0.8.0 // indirect
)