forked from DeimosC2/DeimosC2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (32 loc) · 1.5 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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/SixGenInc/Noctilucent v0.0.0-20200809195215-75d6b91122ed // indirect
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/cloudflare/sidh v0.0.0-20190228162259-d2f0f90e08aa // indirect
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/henrydcase/nobs v0.0.0-20200516223741-2500d74484f2 // indirect
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
)