-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add context to zip writer
- Loading branch information
Showing
6 changed files
with
864 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,68 @@ | ||
module github.com/webtor-io/torrent-archiver | ||
|
||
go 1.19 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/anacrolix/torrent v1.48.0 | ||
github.com/joonix/log v0.0.0-20200409080653-9c1d2ceb5f1d | ||
github.com/anacrolix/torrent v1.57.1 | ||
github.com/joonix/log v0.0.0-20230221083239-7988383bab32 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/urfave/cli v1.22.11 | ||
github.com/webtor-io/common-services v0.0.0-20221220192601-501cd9ace487 | ||
github.com/webtor-io/torrent-store v0.0.0-20221220185507-fbe016ed5cee | ||
google.golang.org/grpc v1.52.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/urfave/cli v1.22.16 | ||
github.com/webtor-io/common-services v0.0.0-20241022160325-d391acd827ab | ||
github.com/webtor-io/lazymap v0.0.0-20221030185154-1799721becef | ||
github.com/webtor-io/torrent-store v0.0.0-20241022205639-508b284b979d | ||
google.golang.org/grpc v1.67.1 | ||
) | ||
|
||
require ( | ||
github.com/anacrolix/dht/v2 v2.19.2 // indirect | ||
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.1 // indirect | ||
github.com/aws/aws-sdk-go v1.44.181 // indirect | ||
github.com/anacrolix/missinggo/v2 v2.8.0 // indirect | ||
github.com/aws/aws-sdk-go v1.55.5 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/go-pg/migrations/v8 v8.1.0 // indirect | ||
github.com/go-pg/pg/v10 v10.11.0 // indirect | ||
github.com/go-pg/pg/v10 v10.13.0 // indirect | ||
github.com/go-pg/zerochecker v0.2.0 // indirect | ||
github.com/go-redis/redis v6.15.9+incompatible // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/huandu/xstrings v1.4.0 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/huandu/xstrings v1.5.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
github.com/minio/sha256-simd v1.0.1 // indirect | ||
github.com/mr-tron/base58 v1.2.0 // indirect | ||
github.com/multiformats/go-multihash v0.2.3 // indirect | ||
github.com/multiformats/go-varint v0.0.7 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.17.0 // indirect | ||
github.com/prometheus/client_golang v1.14.0 // indirect | ||
github.com/prometheus/client_model v0.3.0 // indirect | ||
github.com/prometheus/common v0.39.0 // indirect | ||
github.com/prometheus/procfs v0.9.0 // indirect | ||
github.com/prometheus/client_golang v1.20.5 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.60.1 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/redis/go-redis/v9 v9.7.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
github.com/vmihailenco/bufpool v0.1.11 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser v0.1.2 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/webtor-io/lazymap v0.0.0-20221030185154-1799721becef // indirect | ||
golang.org/x/crypto v0.5.0 // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230117162540-28d6b9783ac4 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
mellium.im/sasl v0.3.1 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
lukechampine.com/blake3 v1.3.0 // indirect | ||
mellium.im/sasl v0.3.2 // indirect | ||
) |
Oops, something went wrong.