gitlab.com/Raven-IO/raven-delve@v1.22.4/go.mod (about)

     1  module gitlab.com/Raven-IO/raven-delve
     2  
     3  go 1.21
     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.20
     9  	github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d
    10  	github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62
    11  	github.com/google/go-dap v0.12.0
    12  	github.com/hashicorp/golang-lru v1.0.2
    13  	github.com/mattn/go-colorable v0.1.13
    14  	github.com/mattn/go-isatty v0.0.20
    15  	github.com/sirupsen/logrus v1.9.3
    16  	github.com/spf13/cobra v1.7.0
    17  	github.com/spf13/pflag v1.0.5
    18  	go.starlark.net v0.0.0-20231101134539-556fd59b42f6
    19  	golang.org/x/arch v0.6.0
    20  	golang.org/x/sys v0.17.0
    21  	golang.org/x/tools v0.14.0
    22  	gopkg.in/yaml.v2 v2.4.0
    23  )
    24  
    25  require (
    26  	github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
    27  	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    28  	github.com/mattn/go-runewidth v0.0.13 // indirect
    29  	github.com/rivo/uniseg v0.2.0 // indirect
    30  	github.com/russross/blackfriday/v2 v2.1.0 // indirect
    31  	github.com/stretchr/testify v1.8.4 // indirect
    32  	golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
    33  	golang.org/x/mod v0.14.0 // indirect
    34  	gopkg.in/yaml.v3 v3.0.1 // indirect
    35  )