module github.com/antitbone/dwarfctl go 1.25.0 require ( github.com/gorilla/websocket v1.5.3 github.com/spf13/cobra v1.9.1 google.golang.org/protobuf v1.36.11 ) require ( github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/spf13/pflag v1.0.6 // indirect )