-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (33 loc) · 1.37 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
38
module github.com/MindHunter86/aniliSeeder
go 1.19
replace github.com/gdm85/go-libdeluge v0.5.6 => github.com/MindHunter86/go-libdeluge v0.0.0-20221002035026-4eeeac7cd2bf
exclude github.com/gdm85/go-libdeluge v0.5.6
require (
github.com/MindHunter86/go-libdeluge v0.0.0-20221002035026-4eeeac7cd2bf
github.com/hashicorp/yamux v0.1.1
github.com/jedib0t/go-pretty/v6 v6.4.6
github.com/rs/zerolog v1.29.0
github.com/satori/go.uuid v1.2.0
github.com/urfave/cli/v2 v2.25.5
golang.org/x/net v0.10.0
golang.org/x/sys v0.8.0
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/gdm85/go-rencode v0.1.8 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)