From 0573f8d6c4e7b503b1bbea278cd0c0757d4b88de Mon Sep 17 00:00:00 2001 From: jm33-m0 Date: Wed, 8 Sep 2021 17:10:57 +0800 Subject: [PATCH] go mod --- core/go.mod | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/core/go.mod b/core/go.mod index b06ce5cb8..6e89c585a 100644 --- a/core/go.mod +++ b/core/go.mod @@ -3,39 +3,45 @@ module github.com/jm33-m0/emp3r0r/core go 1.16 require ( - github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect github.com/bettercap/readline v0.0.0-20210228151553-655e48bcb7bf github.com/cavaliercoder/grab v2.0.0+incompatible github.com/chzyer/logex v1.1.10 // indirect - github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect - github.com/creack/pty v1.1.13 + github.com/chzyer/test v0.0.0-20210722231415-061457976a23 // indirect + github.com/creack/pty v1.1.15 github.com/dsnet/compress v0.0.1 // indirect github.com/fatih/color v1.12.0 - github.com/frankban/quicktest v1.13.0 // indirect - github.com/gliderlabs/ssh v0.3.2 - github.com/golang/snappy v0.0.3 // indirect - github.com/google/uuid v1.2.0 + github.com/frankban/quicktest v1.13.1 // indirect + github.com/gen2brain/shm v0.0.0-20210511105953-083dbc7d9d83 // indirect + github.com/gliderlabs/ssh v0.3.3 + github.com/golang/snappy v0.0.4 // indirect + github.com/google/uuid v1.3.0 github.com/gorilla/mux v1.8.0 github.com/jaypipes/ghw v0.8.0 github.com/jm33-m0/go-cdn2proxy v1.0.2 - github.com/kbinani/screenshot v0.0.0-20210326165202-b96eb3309bb0 + github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 + github.com/mattn/go-isatty v0.0.14 // indirect + github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mholt/archiver v3.1.1+incompatible + github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/go-ps v1.0.0 github.com/ncruces/go-dns v1.1.0 - github.com/nwaples/rardecode v1.1.0 // indirect + github.com/nwaples/rardecode v1.1.2 // indirect github.com/olekukonko/tablewriter v0.0.5 github.com/otiai10/copy v1.6.0 - github.com/patrickmn/go-cache v2.1.0+incompatible // indirect github.com/pierrec/lz4 v2.6.1+incompatible // indirect + github.com/pkg/errors v0.9.1 // indirect github.com/posener/h2conn v0.0.0-20180911140238-13e7df33ed15 - github.com/shirou/gopsutil/v3 v3.21.5 - github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect - github.com/txthinking/socks5 v0.0.0-20210608030952-444f74aaf176 - github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect + github.com/shirou/gopsutil/v3 v3.21.8 + github.com/txthinking/socks5 v0.0.0-20210716140126-fa1f52a8f2da github.com/ulikunitz/xz v0.5.10 // indirect github.com/vishvananda/netlink v1.1.0 + github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect - golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a - golang.org/x/net v0.0.0-20210614182718-04defd469f4e + golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 + golang.org/x/net v0.0.0-20210907225631-ff17edfbf26d + golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34 // indirect + golang.org/x/text v0.3.7 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect + howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect )