github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/go.mod (about)

     1  module github.com/cnboonhan/delve
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/cilium/ebpf v0.11.0
     7  	github.com/cosiner/argv v0.1.0
     8  	github.com/creack/pty v1.1.9
     9  	github.com/derekparker/trie v0.0.0-20221213183930-4c74548207f4
    10  	github.com/go-delve/liner v1.2.3-0.20220127212407-d32d89dd2a5d
    11  	github.com/google/go-dap v0.9.1
    12  	github.com/hashicorp/golang-lru v0.5.4
    13  	github.com/mattn/go-colorable v0.0.9
    14  	github.com/mattn/go-isatty v0.0.3
    15  	github.com/sirupsen/logrus v1.6.0
    16  	github.com/spf13/cobra v1.1.3
    17  	github.com/spf13/pflag v1.0.5
    18  	go.starlark.net v0.0.0-20220816155156-cfacd8902214
    19  	golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
    20  	golang.org/x/sys v0.6.0
    21  	golang.org/x/tools v0.2.0
    22  	gopkg.in/yaml.v2 v2.4.0
    23  )
    24  
    25  require (
    26  	github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
    27  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    28  	github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
    29  	github.com/mattn/go-runewidth v0.0.13 // indirect
    30  	github.com/rivo/uniseg v0.2.0 // indirect
    31  	github.com/russross/blackfriday/v2 v2.0.1 // indirect
    32  	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
    33  	github.com/stretchr/testify v1.7.0 // indirect
    34  	golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
    35  	golang.org/x/mod v0.6.0 // indirect
    36  )