-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathgo.mod
34 lines (31 loc) · 1.47 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/Simple-Tracker/qBittorrent-ClientBlocker
go 1.20
require (
github.com/PuerkitoBio/goquery v1.9.1
github.com/Xuanwo/go-locale v1.1.0
github.com/bdwyertech/go-get-proxied v0.0.0-20221029171534-ea033ac5f9fa
github.com/dlclark/regexp2 v1.11.0
github.com/getlantern/systray v1.2.2
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
github.com/pelletier/go-toml/v2 v2.2.2
github.com/tidwall/jsonc v0.3.2
golang.design/x/hotkey v0.4.1
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/bdwyertech/go-scutil v0.0.0-20210306002117-b25267f54e45 // indirect
github.com/darren/gpac v0.0.0-20210609082804-b56d6523a3af // indirect
github.com/dop251/goja v0.0.0-20210427212725-462d53687b0d // indirect
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // indirect
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.16.0 // indirect
)