-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
37 lines (34 loc) · 1.69 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
35
36
37
module github.com/eyedeekay/sam-forwarder
go 1.12
require (
crawshaw.io/littleboss v0.0.0-20190317185602-8957d0aedcce
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/boreq/friendlyhash v0.0.0-20190522010448-1ca64b3ca69e
github.com/eyedeekay/eephttpd v0.0.9996-0.20220603211709-54e74d470aeb
github.com/eyedeekay/goSam v0.32.54 // indirect
github.com/eyedeekay/httptunnel v0.32.1
github.com/eyedeekay/i2pkeys v0.33.0
github.com/eyedeekay/outproxy v0.0.0-20220603040929-b24e1e503f1f
github.com/eyedeekay/portcheck v0.0.0-20190218044454-bb8718669680
github.com/eyedeekay/sam3 v0.33.5
github.com/eyedeekay/samtracker v0.0.0-20220829050042-85a099c8e957 // indirect
github.com/gabriel-vasile/mimetype v1.4.1 // indirect
github.com/gofrs/uuid v4.3.1+incompatible // indirect
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69
github.com/jchv/go-webview-selector v0.0.0-20220126075917-13df59bce3cf
github.com/jchv/go-webview2 v0.0.0-20221223143126-dc24628cff85 // indirect
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
github.com/justinas/nosurf v1.1.1
github.com/mmcdole/goxpp v1.0.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/webview/webview v0.0.0-20230110200822-73aee3dae745 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xgfone/bt v0.4.3 // indirect
github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26
github.com/zserge/lorca v0.1.10
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.5.0 // indirect
)
replace gopkg.in/russross/blackfriday.v2 v2.1.0 => github.com/russross/blackfriday/v2 v2.1.0