-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update x/* and protobuf (#91)
* chore(deps): update x/* and protobuf medium and high alerts * chore: update deps --------- Co-authored-by: Ludvig Lundgren <hello@ludviglundgren.se>
- Loading branch information
1 parent
a4d9415
commit e7d804b
Showing
2 changed files
with
139 additions
and
414 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,59 +1,70 @@ | ||
module github.com/ludviglundgren/qbittorrent-cli | ||
|
||
go 1.22 | ||
go 1.22.6 | ||
|
||
require ( | ||
github.com/anacrolix/torrent v1.52.5 | ||
github.com/autobrr/go-qbittorrent v1.5.0 | ||
github.com/anacrolix/torrent v1.56.1 | ||
github.com/autobrr/go-qbittorrent v1.9.0 | ||
github.com/blang/semver v3.5.1+incompatible | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/magiconair/properties v1.8.7 | ||
github.com/mholt/archiver/v3 v3.5.1 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/rhysd/go-github-selfupdate v1.2.3 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/viper v1.16.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/viper v1.19.0 | ||
github.com/zeebo/bencode v1.0.0 | ||
golang.org/x/net v0.15.0 | ||
golang.org/x/net v0.28.0 | ||
) | ||
|
||
require ( | ||
github.com/anacrolix/dht/v2 v2.21.1 // indirect | ||
github.com/anacrolix/generics v0.0.2 // indirect | ||
github.com/anacrolix/missinggo v1.3.0 // indirect | ||
github.com/anacrolix/missinggo/v2 v2.7.2 // indirect | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/anacrolix/missinggo/v2 v2.7.3 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/avast/retry-go v3.0.0+incompatible // indirect | ||
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect | ||
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/go-github/v30 v30.1.0 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/huandu/xstrings v1.4.0 // indirect | ||
github.com/huandu/xstrings v1.5.0 // indirect | ||
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/klauspost/compress v1.16.7 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/klauspost/pgzip v1.2.6 // indirect | ||
github.com/minio/sha256-simd v1.0.1 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // 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/nwaples/rardecode v1.1.3 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.0 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.18 // indirect | ||
github.com/spf13/afero v1.9.5 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/onsi/gomega v1.17.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/sagikazarmark/locafero v0.6.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/tcnksm/go-gitconfig v0.1.2 // indirect | ||
github.com/ulikunitz/xz v0.5.11 // indirect | ||
github.com/ulikunitz/xz v0.5.12 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
golang.org/x/crypto v0.13.0 // indirect | ||
golang.org/x/oauth2 v0.7.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect | ||
golang.org/x/oauth2 v0.22.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
lukechampine.com/blake3 v1.3.0 // indirect | ||
) |
Oops, something went wrong.