module github.com/DeimosC2/DeimosC2 go 1.13 require ( github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect github.com/C-Sto/gosecretsdump v0.1.0 github.com/aaronarduino/goqrsvg v0.0.0-20170617203649-603647895681 github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca github.com/boombuler/barcode v1.0.0 github.com/gen2brain/shm v0.0.0-20180314170312-6c18ff7f8b90 // indirect github.com/godoctor/godoctor v0.0.0-20181123222458-69df17f3a6f6 // indirect github.com/gorilla/mux v1.7.3 github.com/gorilla/securecookie v1.1.1 github.com/gorilla/sessions v1.2.0 github.com/gorilla/websocket v1.4.1 github.com/kbinani/screenshot v0.0.0-20190719135742-f06580e30cdc github.com/lucas-clemente/quic-go v0.17.3 github.com/lxn/win v0.0.0-20190919090605-24c5960b03d8 // indirect github.com/mattn/go-sqlite3 v1.11.0 github.com/mdp/rsc v0.0.0-20160131164516-90f07065088d github.com/miekg/dns v1.1.27 github.com/mitchellh/go-ps v1.0.0 github.com/satori/go.uuid v1.2.0 github.com/willf/bitset v1.1.10 // indirect golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 golang.org/x/tools v0.0.0-20191216052735-49a3e744a425 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.7 // indirect )