mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-06-13 20:41:08 +02:00

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | code.gitea.io/sdk/gitea | require | minor | `v0.20.0` -> `v0.21.0` | | [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) | require | minor | `v4.21.0` -> `v4.23.1` | | [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | require | minor | `v1.8.1` -> `v1.9.2` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | require | patch | `v1.14.24` -> `v1.14.28` | | [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | require | patch | `v2.2.3` -> `v2.2.4` | | [github.com/pires/go-proxyproto](https://github.com/pires/go-proxyproto) | require | patch | `v0.8.0` -> `v0.8.1` | | [github.com/reugn/equalizer](https://github.com/reugn/equalizer) | require | minor | `v0.0.0-20210216135016-a959c509d7ad` -> `v0.2.0` | | [github.com/rs/zerolog](https://github.com/rs/zerolog) | require | minor | `v1.33.0` -> `v1.34.0` | | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | patch | `v2.27.5` -> `v2.27.6` | --- ### Release Notes <details> <summary>go-acme/lego (github.com/go-acme/lego/v4)</summary> ### [`v4.23.1`](https://github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4231-2025-04-16) [Compare Source](https://github.com/go-acme/lego/compare/v4.23.0...v4.23.1) Due to an error related to Snapcraft, some artifacts of the v4.23.0 release have not been published. This release contains the same things as v4.23.0. ### [`v4.23.0`](https://github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4230-2025-04-16) [Compare Source](https://github.com/go-acme/lego/compare/v4.22.2...v4.23.0) ##### Added - **\[dnsprovider]** Add DNS provider for Active24 - **\[dnsprovider]** Add DNS provider for BookMyName - **\[dnsprovider]** Add DNS provider for Axelname - **\[dnsprovider]** Add DNS provider for Baidu Cloud - **\[dnsprovider]** Add DNS provider for Metaregistrar - **\[dnsprovider]** Add DNS provider for F5 XC - **\[dnsprovider]** Add INFOBLOX_CA_CERTIFICATE option - **\[dnsprovider]** route53: adds option to use private zone - **\[dnsprovider]** edgedns: add account switch key option - **\[dnsprovider]** infoblox: update API client to v2 - **\[lib,cli]** Add delay option for TLSALPN challenge ##### Changed - **\[dnsprovider]** designate: speed up API requests by using filters - **\[dnsprovider]** cloudflare: make base URL configurable - **\[dnsprovider]** websupport: migrate to API v2 - **\[dnsprovider]** dnssimple: use GetZone ##### Fixed - **\[ari]** Fix retry on `alreadyReplaced` error - **\[cli,log]** Fix malformed log messages - **\[cli]** Kill hook when the command is stuck - **\[dnsprovider]** pdns: fix TXT record cleanup for wildcard domains - **\[dnsprovider]** allinkl: remove `ReturnInfo` ### [`v4.22.2`](https://github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4222-2025-02-17) [Compare Source](https://github.com/go-acme/lego/compare/v4.22.1...v4.22.2) ##### Fixed - **\[dnsprovider]** acme-dns: use new registred account ### [`v4.22.1`](https://github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4221-2025-02-17) [Compare Source](https://github.com/go-acme/lego/compare/v4.22.0...v4.22.1) ##### Fixed - **\[dnsprovider]** acme-dns: continue the process when the CNAME is handled by the storage ##### Added ### [`v4.22.0`](https://github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4220-2025-02-17) [Compare Source](https://github.com/go-acme/lego/compare/v4.21.0...v4.22.0) ##### Added - **\[cli]** Add `--private-key` flag to set the private key. - **\[cli]** Add `LEGO_DEBUG_ACME_HTTP_CLIENT` environment variable to debug the calls to the ACME server. - **\[cli]** Add `LEGO_EMAIL` environment variable for specifying email. - **\[cli]** Add `--hook-timeout` flag to run and renew commands. - **\[dnsprovider]** Add DNS provider for myaddr.{tools,dev,io} - **\[dnsprovider]** Add DNS provider for Spaceship - **\[dnsprovider]** acme-dns: add HTTP storage - **\[lib,cli,httpprovider]** Add `--http.delay` option for HTTP challenge. - **\[lib,cli,profiles]** Add support for Profiles Extension. - **\[lib]** Add an option to set CSR email addresses ##### Changed - **\[lib]** rewrite status management - **\[dnsprovider]** docs: improve units and default values ##### Removed - **\[dnsprovider]** netcup: remove TTL option ##### Fixed - **\[cli,log]** remove extra debug logs </details> <details> <summary>go-sql-driver/mysql (github.com/go-sql-driver/mysql)</summary> ### [`v1.9.2`](https://github.com/go-sql-driver/mysql/blob/HEAD/CHANGELOG.md#v192-2025-04-07) [Compare Source](https://github.com/go-sql-driver/mysql/compare/v1.9.1...v1.9.2) v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content. ### [`v1.9.1`](https://github.com/go-sql-driver/mysql/blob/HEAD/CHANGELOG.md#v191-2025-03-21) [Compare Source](https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1) ##### Major Changes - Add Charset() option. ([#​1679](https://github.com/go-sql-driver/mysql/issues/1679)) ##### Bugfixes - go.mod: fix go version format ([#​1682](https://github.com/go-sql-driver/mysql/issues/1682)) - Fix FormatDSN missing ConnectionAttributes ([#​1619](https://github.com/go-sql-driver/mysql/issues/1619)) ### [`v1.9.0`](https://github.com/go-sql-driver/mysql/blob/HEAD/CHANGELOG.md#v190-2025-02-18) [Compare Source](https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0) ##### Major Changes - Implement zlib compression. ([#​1487](https://github.com/go-sql-driver/mysql/issues/1487)) - Supported Go version is updated to Go 1.21+. ([#​1639](https://github.com/go-sql-driver/mysql/issues/1639)) - Add support for VECTOR type introduced in MySQL 9.0. ([#​1609](https://github.com/go-sql-driver/mysql/issues/1609)) - Config object can have custom dial function. ([#​1527](https://github.com/go-sql-driver/mysql/issues/1527)) ##### Bugfixes - Fix auth errors when username/password are too long. ([#​1625](https://github.com/go-sql-driver/mysql/issues/1625)) - Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. ([#​1640](https://github.com/go-sql-driver/mysql/issues/1640)) - Fix auth switch request handling. ([#​1666](https://github.com/go-sql-driver/mysql/issues/1666)) ##### Other changes - Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. ([#​1589](https://github.com/go-sql-driver/mysql/issues/1589)) - Improve error handling. It reduces the "busy buffer" errors. ([#​1595](https://github.com/go-sql-driver/mysql/issues/1595), [#​1601](https://github.com/go-sql-driver/mysql/issues/1601), [#​1641](https://github.com/go-sql-driver/mysql/issues/1641)) - Use `strconv.Atoi` to parse max_allowed_packet. ([#​1661](https://github.com/go-sql-driver/mysql/issues/1661)) - `rejectReadOnly` option now handles ER_READ_ONLY_MODE (1290) error too. ([#​1660](https://github.com/go-sql-driver/mysql/issues/1660)) </details> <details> <summary>mattn/go-sqlite3 (github.com/mattn/go-sqlite3)</summary> ### [`v1.14.28`](https://github.com/mattn/go-sqlite3/compare/v1.14.27...v1.14.28) [Compare Source](https://github.com/mattn/go-sqlite3/compare/v1.14.27...v1.14.28) ### [`v1.14.27`](https://github.com/mattn/go-sqlite3/compare/v1.14.26...v1.14.27) [Compare Source](https://github.com/mattn/go-sqlite3/compare/v1.14.26...v1.14.27) ### [`v1.14.26`](https://github.com/mattn/go-sqlite3/compare/v1.14.25...v1.14.26) [Compare Source](https://github.com/mattn/go-sqlite3/compare/v1.14.25...v1.14.26) ### [`v1.14.25`](https://github.com/mattn/go-sqlite3/compare/v1.14.24...v1.14.25) [Compare Source](https://github.com/mattn/go-sqlite3/compare/v1.14.24...v1.14.25) </details> <details> <summary>pelletier/go-toml (github.com/pelletier/go-toml/v2)</summary> ### [`v2.2.4`](https://github.com/pelletier/go-toml/releases/tag/v2.2.4) [Compare Source](https://github.com/pelletier/go-toml/compare/v2.2.3...v2.2.4) <!-- Release notes generated using configuration in .github/release.yml at v2.2.4 --> #### Highlight In this release, [@​mikattack](https://github.com/mikattack) removed the last dependency of go-toml! 🎉 (https://github.com/pelletier/go-toml/pull/981) #### What's Changed ##### Documentation - Fix typos in comments and tests by [@​alexandear](https://github.com/alexandear) in https://github.com/pelletier/go-toml/pull/972 ##### Other changes - Replace `stretchr/testify` with an internal test suite by [@​mikattack](https://github.com/mikattack) in https://github.com/pelletier/go-toml/pull/981 - Update to go 1.24 by [@​pelletier](https://github.com/pelletier) in https://github.com/pelletier/go-toml/pull/982 #### New Contributors - [@​alexandear](https://github.com/alexandear) made their first contribution in https://github.com/pelletier/go-toml/pull/972 - [@​mikattack](https://github.com/mikattack) made their first contribution in https://github.com/pelletier/go-toml/pull/981 **Full Changelog**: https://github.com/pelletier/go-toml/compare/v2.2.3...v2.2.4 </details> <details> <summary>pires/go-proxyproto (github.com/pires/go-proxyproto)</summary> ### [`v0.8.1`](https://github.com/pires/go-proxyproto/releases/tag/v0.8.1) [Compare Source](https://github.com/pires/go-proxyproto/compare/v0.8.0...v0.8.1) #### What's Changed - Fix Go Documentation of Default timeout by [@​TheM1984](https://github.com/TheM1984) in https://github.com/pires/go-proxyproto/pull/121 - build(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/pires/go-proxyproto/pull/122 - bump Go and golang.org/x/net by [@​pires](https://github.com/pires) in https://github.com/pires/go-proxyproto/pull/125 #### New Contributors - [@​TheM1984](https://github.com/TheM1984) made their first contribution in https://github.com/pires/go-proxyproto/pull/121 **Full Changelog**: https://github.com/pires/go-proxyproto/compare/v0.8.0...v0.8.1 </details> <details> <summary>rs/zerolog (github.com/rs/zerolog)</summary> ### [`v1.34.0`](https://github.com/rs/zerolog/compare/v1.33.0...v1.34.0) [Compare Source](https://github.com/rs/zerolog/compare/v1.33.0...v1.34.0) </details> <details> <summary>urfave/cli (github.com/urfave/cli/v2)</summary> ### [`v2.27.6`](https://github.com/urfave/cli/releases/tag/v2.27.6) [Compare Source](https://github.com/urfave/cli/compare/v2.27.5...v2.27.6) #### What's Changed - Use usage template in subcommand help by [@​meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1986 - Docs: Update cli.yml by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2015 - Fix:(issue\_2069) Add sep for string slice by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/2070 **Full Changelog**: https://github.com/urfave/cli/compare/v2.27.5...v2.27.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de> Co-authored-by: crapStone <me@crapstone.dev> Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/437 Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org> Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
238 lines
12 KiB
Modula-2
238 lines
12 KiB
Modula-2
module codeberg.org/codeberg/pages
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.21.0
|
|
github.com/OrlovEvgeny/go-mcache v0.0.0-20250508111215-3a1d73941c1e
|
|
github.com/creasty/defaults v1.8.0
|
|
github.com/go-acme/lego/v4 v4.23.1
|
|
github.com/go-sql-driver/mysql v1.9.2
|
|
github.com/hashicorp/go-uuid v1.0.3
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/pelletier/go-toml/v2 v2.2.4
|
|
github.com/pires/go-proxyproto v0.8.1
|
|
github.com/reugn/equalizer v0.0.0-20210216135016-a959c509d7ad
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/urfave/cli/v2 v2.27.6
|
|
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
|
|
xorm.io/xorm v1.3.9
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/auth v0.15.0 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
|
|
cloud.google.com/go/compute/metadata v0.6.0 // indirect
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/42wim/httpsig v1.2.2 // indirect
|
|
github.com/AdamSLevy/jsonrpc2/v14 v14.1.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.1 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns v1.2.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns v1.3.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.9.0 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.30 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.1 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 // indirect
|
|
github.com/OpenDNS/vegadns2client v0.0.0-20180418235048-a3fa4a771d87 // indirect
|
|
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2 // indirect
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.63.100 // indirect
|
|
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/config v1.29.9 // indirect
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.62 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/lightsail v1.43.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/route53 v1.50.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.25.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.1 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
|
|
github.com/aws/smithy-go v1.22.2 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/baidubce/bce-sdk-go v0.9.223 // indirect
|
|
github.com/benbjohnson/clock v1.3.5 // indirect
|
|
github.com/boombuler/barcode v1.0.2 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/civo/civogo v0.3.92 // indirect
|
|
github.com/cloudflare/cloudflare-go v0.115.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/davidmz/go-pageant v1.0.2 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/dnsimple/dnsimple-go v1.7.0 // indirect
|
|
github.com/exoscale/egoscale/v3 v3.1.13 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-errors/errors v1.5.1 // indirect
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.24.0 // indirect
|
|
github.com/go-resty/resty/v2 v2.16.5 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/gofrs/flock v0.12.1 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
|
|
github.com/gophercloud/gophercloud v1.14.1 // indirect
|
|
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/huaweicloud/huaweicloud-sdk-go-v3 v0.1.141 // indirect
|
|
github.com/iij/doapi v0.0.0-20190504054126-0bbf12d6d7df // indirect
|
|
github.com/infobloxopen/infoblox-go-client/v2 v2.9.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect
|
|
github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/labbsr0x/bindman-dns-webhook v1.0.2 // indirect
|
|
github.com/labbsr0x/goh v1.0.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/linode/linodego v1.48.1 // indirect
|
|
github.com/liquidweb/liquidweb-cli v0.7.0 // indirect
|
|
github.com/liquidweb/liquidweb-go v1.6.4 // indirect
|
|
github.com/magiconair/properties v1.8.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/miekg/dns v1.1.64 // indirect
|
|
github.com/mimuret/golang-iij-dpf v0.9.1 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04 // indirect
|
|
github.com/nrdcg/auroradns v1.1.0 // indirect
|
|
github.com/nrdcg/bunny-go v0.0.0-20240207213615-dde5bf4577a3 // indirect
|
|
github.com/nrdcg/desec v0.10.0 // indirect
|
|
github.com/nrdcg/dnspod-go v0.4.0 // indirect
|
|
github.com/nrdcg/freemyip v0.3.0 // indirect
|
|
github.com/nrdcg/goacmedns v0.2.0 // indirect
|
|
github.com/nrdcg/goinwx v0.10.0 // indirect
|
|
github.com/nrdcg/mailinabox v0.2.0 // indirect
|
|
github.com/nrdcg/namesilo v0.2.1 // indirect
|
|
github.com/nrdcg/nodion v0.1.0 // indirect
|
|
github.com/nrdcg/porkbun v0.4.0 // indirect
|
|
github.com/nzdjb/go-metaname v1.0.0 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
|
|
github.com/oracle/oci-go-sdk/v65 v65.87.0 // indirect
|
|
github.com/ovh/go-ovh v1.7.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/peterhellberg/link v1.2.0 // indirect
|
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/pquerna/otp v1.4.0 // indirect
|
|
github.com/regfish/regfish-dnsapi-go v0.1.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sacloud/api-client-go v0.2.10 // indirect
|
|
github.com/sacloud/go-http v0.1.9 // indirect
|
|
github.com/sacloud/iaas-api-go v1.14.0 // indirect
|
|
github.com/sacloud/packages-go v0.0.11 // indirect
|
|
github.com/sagikazarmark/locafero v0.7.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32 // indirect
|
|
github.com/selectel/domains-go v1.1.0 // indirect
|
|
github.com/selectel/go-selvpcclient/v3 v3.2.1 // indirect
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9 // indirect
|
|
github.com/softlayer/softlayer-go v1.1.7 // indirect
|
|
github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e // indirect
|
|
github.com/sony/gobreaker v1.0.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.12.0 // indirect
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.19.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1128 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.1128 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/transip/gotransip/v6 v6.26.0 // indirect
|
|
github.com/ultradns/ultradns-go-sdk v1.8.0-20241010134910-243eeec // indirect
|
|
github.com/vinyldns/go-vinyldns v0.9.16 // indirect
|
|
github.com/volcengine/volc-sdk-golang v1.0.199 // indirect
|
|
github.com/vultr/govultr/v3 v3.17.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
github.com/yandex-cloud/go-genproto v0.0.0-20250319153614-fb9d3e5eb01a // indirect
|
|
github.com/yandex-cloud/go-sdk v0.0.0-20250320143332-9cbcfc5de4ae // indirect
|
|
go.mongodb.org/mongo-driver v1.17.2 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
|
|
go.opentelemetry.io/otel v1.34.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.34.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.34.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/ratelimit v0.3.1 // indirect
|
|
golang.org/x/crypto v0.39.0 // indirect
|
|
golang.org/x/mod v0.25.0 // indirect
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/oauth2 v0.28.0 // indirect
|
|
golang.org/x/sync v0.15.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
golang.org/x/tools v0.34.0 // indirect
|
|
google.golang.org/api v0.227.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20250115164207-1a7da9e5054f // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
|
|
google.golang.org/grpc v1.71.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/ns1/ns1-go.v2 v2.13.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/api v0.32.1 // indirect
|
|
k8s.io/apimachinery v0.32.1 // indirect
|
|
k8s.io/klog/v2 v2.130.1 // indirect
|
|
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
|
|
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
xorm.io/builder v0.3.13 // indirect
|
|
)
|