Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/cloudwego/goref
go 1.23.1

require (
github.com/go-delve/delve v1.25.3-0.20251014173838-4b670ea7f860
github.com/go-delve/delve v1.25.3-0.20251110171239-73aa61d45bd6
github.com/modern-go/reflect2 v1.0.2
github.com/spf13/cobra v1.9.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/cilium/ebpf v0.16.0/go.mod h1:L7u2Blt2jMM/vLAVgjxluxtBKlz3/GWjB0dMOEn
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
github.com/creack/pty v1.1.20 h1:VIPb/a2s17qNeQgDnkfZC35RScx+blkKF8GV68n80J4=
github.com/creack/pty v1.1.20/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
github.com/go-delve/delve v1.25.3-0.20251014173838-4b670ea7f860 h1:1ArJjTlIzuULaEKp7O1uw7+0/S+Vqvn97Qc799zafyk=
github.com/go-delve/delve v1.25.3-0.20251014173838-4b670ea7f860/go.mod h1:G9w+CFdi10xyPA9HQuc77u1F1frhJ0wS2vWuS9E2yFw=
github.com/go-delve/delve v1.25.3-0.20251110171239-73aa61d45bd6 h1:OeTHJDYM77rwhl5Xz5rwRVs/XVmFd8ROXYLJKS+2rr8=
github.com/go-delve/delve v1.25.3-0.20251110171239-73aa61d45bd6/go.mod h1:G9w+CFdi10xyPA9HQuc77u1F1frhJ0wS2vWuS9E2yFw=
github.com/go-quicktest/qt v1.101.0 h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7eI=
github.com/go-quicktest/qt v1.101.0/go.mod h1:14Bz/f7NwaXPtdYEgzsx46kqSxVwTbzVZsDC26tQJow=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
Expand Down
Loading