-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (32 loc) · 1.17 KB
/
go.mod
File metadata and controls
36 lines (32 loc) · 1.17 KB
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
module git.ruekov.eu/ruakij/nzbStreamer
go 1.23.4
require (
astuart.co/nntp v0.0.0-20240124040759-4b834862a3f8
github.com/arl/statsviz v0.6.0
github.com/chrisfarms/yenc v0.0.0-20140520125709-00bca2f8b3cb
golang.org/x/sync v0.10.0
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
)
require (
github.com/agnivade/levenshtein v1.2.0
github.com/andrewstuart/pool v0.0.0-20150425222649-3d2cc9c43044 // indirect
github.com/bodgit/sevenzip v1.6.0
github.com/emersion/go-webdav v0.6.0
github.com/fsnotify/fsnotify v1.8.0
github.com/hanwen/go-fuse/v2 v2.7.2
github.com/sethvargo/go-envconfig v1.1.0
)