parent
dfd0be3824
commit
ba2c8d5b27
4 changed files with 86 additions and 12 deletions
11
go.mod
11
go.mod
|
@ -1,25 +1,22 @@
|
|||
module git.kmsign.ru/royalcat/tstor
|
||||
|
||||
go 1.23.4
|
||||
go 1.23.5
|
||||
|
||||
replace github.com/iceber/iouring-go => github.com/royalcat/iouring-go v0.0.0-20240925200811-286062ac1b23
|
||||
|
||||
require (
|
||||
git.kmsign.ru/royalcat/tstor/daemons/qbittorrent v0.0.0-20250120021945-dfd0be3824e4
|
||||
github.com/99designs/gqlgen v0.17.55
|
||||
github.com/agoda-com/opentelemetry-go/otelslog v0.2.0
|
||||
github.com/agoda-com/opentelemetry-logs-go v0.5.1
|
||||
github.com/anacrolix/log v0.16.0
|
||||
github.com/anacrolix/torrent v1.58.0
|
||||
github.com/billziss-gh/cgofuse v1.5.0
|
||||
github.com/bodgit/sevenzip v1.5.1
|
||||
github.com/cespare/xxhash/v2 v2.3.0
|
||||
github.com/creativecreature/sturdyc v1.0.6
|
||||
github.com/deckarep/golang-set/v2 v2.6.0
|
||||
github.com/dgraph-io/badger/v4 v4.5.0
|
||||
github.com/go-chi/stampede v0.6.0
|
||||
github.com/go-git/go-billy/v5 v5.6.1
|
||||
github.com/gofrs/uuid/v5 v5.1.0
|
||||
github.com/google/go-github/v63 v63.0.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gorilla/schema v1.4.1
|
||||
github.com/goware/singleflight v0.2.0
|
||||
|
@ -73,6 +70,7 @@ require (
|
|||
github.com/anacrolix/generics v0.0.3-0.20240902042256-7fb2702ef0ca // indirect
|
||||
github.com/anacrolix/missinggo v1.3.0 // indirect
|
||||
github.com/anacrolix/missinggo/v2 v2.7.4 // indirect
|
||||
github.com/anacrolix/torrent v1.58.1-0.20241228235504-75e6b6565845 // indirect
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/bodgit/plumbing v1.3.0 // indirect
|
||||
|
@ -82,6 +80,7 @@ require (
|
|||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
||||
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
|
||||
github.com/dgraph-io/ristretto/v2 v2.0.0 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/fatih/structs v1.1.0 // indirect
|
||||
|
@ -92,6 +91,7 @@ require (
|
|||
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
github.com/google/flatbuffers v24.3.25+incompatible // indirect
|
||||
github.com/google/go-github/v63 v63.0.0 // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.1 // indirect
|
||||
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
|
||||
|
@ -129,6 +129,7 @@ require (
|
|||
github.com/ulikunitz/xz v0.5.12 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasttemplate v1.2.2 // indirect
|
||||
github.com/viccon/sturdyc v1.1.1 // indirect
|
||||
github.com/warpfork/go-errcat v0.0.0-20180917083543-335044ffc86e // indirect
|
||||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
||||
go.opencensus.io v0.24.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue