mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-30 17:50:07 +08:00
bc15bc3617
Bumps the go_modules group with 1 update in the /cmd directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.52.0 to 0.55.0 - [Commits](https://github.com/golang/net/compare/v0.52.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42 lines
1.6 KiB
Modula-2
42 lines
1.6 KiB
Modula-2
module github.com/saltbo/zpan
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/Braurbeki/arigo v0.0.7
|
|
github.com/autobrr/go-qbittorrent v1.16.0
|
|
github.com/cenkalti/rpc2 v0.0.0-20180727162946-9642ea02d0aa
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/oapi-codegen/runtime v1.4.1
|
|
github.com/oschwald/geoip2-golang v1.13.0
|
|
github.com/spf13/cobra v1.10.1
|
|
github.com/spf13/viper v1.21.0
|
|
golang.org/x/sys v0.45.0
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/avast/retry-go v3.0.0+incompatible // indirect
|
|
github.com/cenkalti/hub v1.0.1-0.20160527103212-11382a9960d3 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sagikazarmark/locafero v0.11.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
|
|
github.com/spf13/afero v1.15.0 // indirect
|
|
github.com/spf13/cast v1.10.0 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
|
|
golang.org/x/net v0.55.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
)
|