mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-01 15:49:00 +08:00
d7ba55b9da
Replace bundled agent profiles, API keys, plugin, and skill surfaces with dynamic OAuth client registration, delegated DPoP tokens, discoverable scopes, and Arazzo-backed direct upload workflows. Refs realmroot/realmroot#115
45 lines
1.7 KiB
Modula-2
45 lines
1.7 KiB
Modula-2
module github.com/saltbo/zpan
|
|
|
|
go 1.25.3
|
|
|
|
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.2
|
|
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/go-cmp v0.7.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/rogpeppe/go-internal v1.14.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
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|