ilan-WS / prudence-fork

Fork of Prudence
Apache License 2.0
0 stars 0 forks source link

Update module gocloud.dev to v0.40.0 #44

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gocloud.dev v0.23.0 -> v0.40.0 age adoption passing confidence

Release Notes

google/go-cloud (gocloud.dev) ### [`v0.40.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.40.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.39.0...v0.40.0) #### What's Changed - blob/all: disable Upload optimization when WriterOptions.ContentMD5 is set by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3478](https://redirect.github.com/google/go-cloud/pull/3478) - blob/s3blob: custom endpoints with s3 and aws sdk v2 by [@​caarlos0](https://redirect.github.com/caarlos0) in [https://github.com/google/go-cloud/pull/3473](https://redirect.github.com/google/go-cloud/pull/3473) - blob/all: Don't require SetIOFSCallback be called to use io/fs.FS functions by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3479](https://redirect.github.com/google/go-cloud/pull/3479) - blob/s3blob: fix data race by [@​arjunnair1997](https://redirect.github.com/arjunnair1997) in [https://github.com/google/go-cloud/pull/3480](https://redirect.github.com/google/go-cloud/pull/3480) - blob/azblob: Support AZURE_STORAGEBLOB_CONNECTIONSTRING as an alternative for AZURE_STORAGE_CONNECTION_STRING by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3483](https://redirect.github.com/google/go-cloud/pull/3483) - s3blob/blob: support additional endpoint query parameters by [@​stanhu](https://redirect.github.com/stanhu) in [https://github.com/google/go-cloud/pull/3486](https://redirect.github.com/google/go-cloud/pull/3486) - blob/gcsblob: Allow providing options for storage.NewClient by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3493](https://redirect.github.com/google/go-cloud/pull/3493) - aws: Add support for non-camelcased version of two URL parameters by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3494](https://redirect.github.com/google/go-cloud/pull/3494) - Add disableHTTPS and usePathStyle s3v2.Options as query param by [@​khrm](https://redirect.github.com/khrm) in [https://github.com/google/go-cloud/pull/3491](https://redirect.github.com/google/go-cloud/pull/3491) - aws: add rate_limiter_capacity to configure client-side rate limits by [@​stanhu](https://redirect.github.com/stanhu) in [https://github.com/google/go-cloud/pull/3497](https://redirect.github.com/google/go-cloud/pull/3497) #### New Contributors - [@​caarlos0](https://redirect.github.com/caarlos0) made their first contribution in [https://github.com/google/go-cloud/pull/3473](https://redirect.github.com/google/go-cloud/pull/3473) - [@​arjunnair1997](https://redirect.github.com/arjunnair1997) made their first contribution in [https://github.com/google/go-cloud/pull/3480](https://redirect.github.com/google/go-cloud/pull/3480) - [@​bdon](https://redirect.github.com/bdon) made their first contribution in [https://github.com/google/go-cloud/pull/3481](https://redirect.github.com/google/go-cloud/pull/3481) - [@​khrm](https://redirect.github.com/khrm) made their first contribution in [https://github.com/google/go-cloud/pull/3491](https://redirect.github.com/google/go-cloud/pull/3491) **Full Changelog**: https://github.com/google/go-cloud/compare/v0.39.0...v0.40.0 ### [`v0.39.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.39.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.38.0...v0.39.0) #### BREAKING CHANGE (AWS only, V1 vs V2 SDK) Context: AWS has [announced maintenance mode](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/) for the Go V1 SDK. Go CDK has changed the default SDK for URLs across all modules except `docstore/awsdynamodb` to be V2 (previously you needed to add `awssdk=v2` to the URL to get V2). Most URLs should continue to work, but in some cases you may need to add `awssdk=v1` to force V1 explicitly. Also, concrete type constructors (e.g., `OpenBucket`) for V1 (again, except `docstore/awsdynamodb`) have been marked deprecated; please migrate to using the V2 versions (e.g., `OpenBucketV2`). Our tentative plan is to remove support for V1 in early 2025; please [file a bug](https://redirect.github.com/google/go-cloud/issues/new/choose) if you have concerns about that. #### What's Changed - pubsub: Make batch request results independent by [@​mitsos1os](https://redirect.github.com/mitsos1os) in [https://github.com/google/go-cloud/pull/3457](https://redirect.github.com/google/go-cloud/pull/3457) - docstore/all: Add support for boolean filter by [@​ybourgery](https://redirect.github.com/ybourgery) in [https://github.com/google/go-cloud/pull/3464](https://redirect.github.com/google/go-cloud/pull/3464) - aws/all: Mark V1 constructors deprecated. by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3466](https://redirect.github.com/google/go-cloud/pull/3466) - aws/all: Change the default for AWS URLs from V1 to V2. by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3465](https://redirect.github.com/google/go-cloud/pull/3465) - all: update to go version 1.23 by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3467](https://redirect.github.com/google/go-cloud/pull/3467) #### New Contributors - [@​mitsos1os](https://redirect.github.com/mitsos1os) made their first contribution in [https://github.com/google/go-cloud/pull/3457](https://redirect.github.com/google/go-cloud/pull/3457) - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/google/go-cloud/pull/3448](https://redirect.github.com/google/go-cloud/pull/3448) **Full Changelog**: https://github.com/google/go-cloud/compare/v0.38.0...v0.39.0 ### [`v0.38.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.38.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.37.0...v0.38.0) **blob** - **all**: Fix panics if reader recreation fails after Seek by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3425](https://redirect.github.com/google/go-cloud/pull/3425) - **all**: Convert errors in `Open()` into appropriate fs errors by [@​milescrabill](https://redirect.github.com/milescrabill) in [https://github.com/google/go-cloud/pull/3443](https://redirect.github.com/google/go-cloud/pull/3443) - **s3blob**: Fix Copy to work with keys that need escaping by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3403](https://redirect.github.com/google/go-cloud/pull/3403) - **azureblob**: Do not panic if Content-Length and Content-Range are missing by [@​chancez](https://redirect.github.com/chancez) in [https://github.com/google/go-cloud/pull/3445](https://redirect.github.com/google/go-cloud/pull/3445) - **fileblob**: Allow customization of the FileMode by [@​vangent](https://redirect.github.com/vangent) in [https://github.com/google/go-cloud/pull/3426](https://redirect.github.com/google/go-cloud/pull/3426) **pubsub** - **awssnssqs**: Add support for setting FIFO message metadata by [@​bartventer](https://redirect.github.com/bartventer) in [https://github.com/google/go-cloud/pull/3435](https://redirect.github.com/google/go-cloud/pull/3435) - **kafkapubsub**: Configuring key_name when OpenTopicURL by [@​ssetin](https://redirect.github.com/ssetin) in [https://github.com/google/go-cloud/pull/3404](https://redirect.github.com/google/go-cloud/pull/3404) - **rabbitpubsub**: Add query string set the qos prefetch count by [@​peczenyj](https://redirect.github.com/peczenyj) in [https://github.com/google/go-cloud/pull/3431](https://redirect.github.com/google/go-cloud/pull/3431) - **rabbitpubsub**: Add query string to set the routing key from metadata by [@​peczenyj](https://redirect.github.com/peczenyj) in [https://github.com/google/go-cloud/pull/3433](https://redirect.github.com/google/go-cloud/pull/3433) - **rabbitpubsub**: Wrap pubsub rabbitmq errors by [@​peczenyj](https://redirect.github.com/peczenyj) in [https://github.com/google/go-cloud/pull/3437](https://redirect.github.com/google/go-cloud/pull/3437) **docstore** - **all**: Fix offset handling and extend test coverage by [@​bartventer](https://redirect.github.com/bartventer) in [https://github.com/google/go-cloud/pull/3409](https://redirect.github.com/google/go-cloud/pull/3409) - **awsdynamodb**: Ensure Next returns EOF when no more items by [@​bartventer](https://redirect.github.com/bartventer) in [https://github.com/google/go-cloud/pull/3406](https://redirect.github.com/google/go-cloud/pull/3406) - **mongodocstore**: Update Mongo dialer when MONGO_SERVER_URL rotates by [@​concaf](https://redirect.github.com/concaf) in [https://github.com/google/go-cloud/pull/3429](https://redirect.github.com/google/go-cloud/pull/3429) #### New Contributors - [@​ssetin](https://redirect.github.com/ssetin) made their first contribution in [https://github.com/google/go-cloud/pull/3404](https://redirect.github.com/google/go-cloud/pull/3404) - [@​concaf](https://redirect.github.com/concaf) made their first contribution in [https://github.com/google/go-cloud/pull/3429](https://redirect.github.com/google/go-cloud/pull/3429) - [@​peczenyj](https://redirect.github.com/peczenyj) made their first contribution in [https://github.com/google/go-cloud/pull/3431](https://redirect.github.com/google/go-cloud/pull/3431) - [@​chancez](https://redirect.github.com/chancez) made their first contribution in [https://github.com/google/go-cloud/pull/3445](https://redirect.github.com/google/go-cloud/pull/3445) - [@​milescrabill](https://redirect.github.com/milescrabill) made their first contribution in [https://github.com/google/go-cloud/pull/3443](https://redirect.github.com/google/go-cloud/pull/3443) - [@​samlaf](https://redirect.github.com/samlaf) made their first contribution in [https://github.com/google/go-cloud/pull/3450](https://redirect.github.com/google/go-cloud/pull/3450) **Full Changelog**: https://github.com/google/go-cloud/compare/v0.37.0...v0.38.0 ### [`v0.37.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.37.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.36.0...v0.37.0) - **blob** - *s3blob*: Support S3 server side encryption headers for Write and Copy. - *gcsblob*: Ensure driver sets `Content-Type` auto-detection properly. - **pubsub** - *azpubsub*: Ensure 401s are not retryable. - *azpubsub*: Allow configuring max_recv_batch_size in via URL. - *mongodocstore*: Fix error when calling the update function with no 'set' operations. - - **docstore** - *all*: Add `Offset` method, useful for pagination ### [`v0.36.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.36.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.35.0...v0.36.0) **blob** - **all**: Allow disabling of `ContentType` auto-detection during writes. **pubsub** - **azuresb**: Added a new auth method to support Service principal/kubelet identity/Workload identity auth methods. **docstore** - **all**: Add in/not-in operators for Query. - **gcpfirestore**: Added a missing resource header when running query. **mysql** - Pass TLS config directly to MySQL's config ### [`v0.35.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.35.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.34.0...v0.35.0) **BREAKING CHANGES** This release updates the dependency on AWS/S3, which included some breaking changes; see [https://github.com/google/go-cloud/pull/3342](https://redirect.github.com/google/go-cloud/pull/3342) for details. **blob** - *gcsblob*: Fix unauthenticated requests. **runtimevar** - *constantvar*: Add support for reading the constant variable value from the environment. **docstore** - *gcpfilestore*: Add support for non-default databases. ### [`v0.34.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.34.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.33.0...v0.34.0) - **blob** - **fileblob**: Added an option to avoid using `os.TempDir` for temp files. - **gcsblob**: Don't hard-fail if no DefaultCredentials are found. - **aws/rds**: Switch AWS RDS CA bundle to the officially documented URL ### [`v0.33.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.33.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.32.0...v0.33.0) **blob** - **all**: Avoid infinite recursion when using `io.Copy` between Reader and Writer. - **azblob**: Fixed bug in use of SAS token in service URLs. - **fileblob**: Create temp files in os.TempDir so they don't leak. **pubsub** - **awssnssqs**: Use `PublishBatch` for sending messages in SNS. - **natspubsub**: Added support for NATS v2.2.0+ native message headers and message encoding. ### [`v0.32.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.32.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.31.0...v0.32.0) Redoing `v0.31.0` since I think I messed up the tags. Copying the release notes: **all** - Update `go` version in `go.mod` to maintain cleaner `go.mod` and `go.sum` files. **blob** - **all**: Pass through reader/writer to `WriteTo`/`ReadFrom` if available (optimization). - **all**: Make `blob.Bucket` implement `io/fs.FS` and `io/fs.SubFS`. - **gcsblob**: Add support for forcing an unauthenticated client. **server** - Make `requestlog` internal structs implement `http.Flusher`. - Don't always read the full request in order to calculate the request size; use `Content-Length` when available. ### [`v0.31.0`](https://redirect.github.com/google/go-cloud/compare/v0.30.0...v0.31.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.30.0...v0.31.0) ### [`v0.30.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.30.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.29.0...v0.30.0) **blob** - **all**: Add `Upload` and `Download` methods that may be more efficient for some drivers. - **s3blob**: Add support for per-request `s3v2.Options`. - **s3blob**: Stop escaping second `/` in `//`; it's no longer necessary. **pubsub** - **gcppubsub**: Make it possible to configure `max_send_batch_size`. ### [`v0.29.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.29.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.28.0...v0.29.0) **BREAKING CHANGES** - Updated to latest `azureblob`, which had some non-backward-compatible changes (again). **all** - Defaulting to `go` version `1.2`. - **aws**: Added support for custom endpoints for AWS SDK v2. - **gcp**: Updated imports for `credentialspb`. **blob** - **azureblob**: Updated to latest (breaking change). **pubsub** - **kafkapub**: Fixed nil Options pointer dereference. ### [`v0.28.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.28.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.27.0...v0.28.0) **BREAKING CHANGES**: - **secrets/azurekeyvault**: Updated to latest Azure SDK. - **blob/azureblob**: Updated to match recent breaking changes in the Azure packages (yes, again). - **pubsub/awssnssqs**: Fixed `BeforeSend` to take a pointer to the `SendMessageBatchRequestEntry` struct, so that it can be modified. **blob** - **memblob**: Fixed bug where use of `BeforeCopy` callback would drop the actual copying. - **azureblob**: Updated to match recent breaking changes in the Azure packages. **pubsub** - **all**: Simplified and improved batch sizing, should resolve issues with too-frequent polling in some situations. - **azurepubsub**: Made `ListenerTimeout` configurable. - **gcppubsub** and **awssnssqs**: Support lazy mode for `Nack` (where no explicit `Nack` is sent). - **awssnssqs**: Fixed `BeforeSend` to take a pointer to the `SendMessageBatchRequestEntry` struct, so that it can be modified. **secrets** - **secrets/azurekeyvault**: Updated to latest Azure SDK. Use azidentity.NewDefaultAzureCredential. **sql** - **gcp/cloudsql**: Fixed IAM login. ### [`v0.27.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.27.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.26.0...v0.27.0) **ANNOUNCEMENT**: In the next release we plan to switch over from using OpenCensus to using OpenTelemetry; see [#​2877](https://redirect.github.com/google/go-cloud/issues/2877) for discussion. Please comment on that issue if this is a concern for you. **BREAKING CHANGES**: **blob/azureblob, pubsub/azuresb**: Switched over to using the new Azure beta release. Constructors and `As` types have changed. **pubsub**: **all**: Added support for overriding batching for AWS, GCP, Azure. **blob**: **fileblob**: Fixed file permissions on temporary files. **runtimevar**: **etcdvar**: Brought back this package now that the upstream issues have been resolved. **secrets**: **awskms**: Added support for EncryptionContext parameters. ### [`v0.26.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.26.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.25.0...v0.26.0) **all** - Updated to Go 1.19 (with compatibility for Go 1.18). **blob** - **all**: Made `blob.Reader` implement io.ReadSeekCloser. - **all**: Added `WriterOption.MaxConcurrency`. - **azureblob**: Fixed a capture bug in `As` for `List`. **pubsub** - **gcppubsub**: Exposed ReceivedMessage in As (for AckId) - **rabbitpubsub**: Switch to using github.com/rabbitmq/amqp091-go. **runtimevar** - **awsparamstore**: Drop the `DescribeParameters` call, it's not needed. **sql** - **gcp/cloudsql**: Enable IAM login. ### [`v0.25.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.25.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.24.0...v0.25.0) **blob**: - Added support for `SingleKeyBucket` via `key` URL parameter. - **s3blob**: Added support for using AWS SDK V2. - **azblob**: Allowed for providing client id in MSI authentication via `AZURE_CLIENT_ID`. - **fileblob**: Stopped overwriting `URLOpener.Metadata` if there's no URL param. - **fileblob**: Fixed pagination for dirs that end in characters smaller than the delimiter. **pubsub**: - **gcppubsub**: Added retries on `DeadlineExceeded` for subscriptions. - **awssnssqs**: Added support for using AWS SDK V2. **runtimevar**: - **all**: Added support for setting wait/timeout Option in URL params. - **httpdvar**: Added support for using basic authentication on the HTTP requests. ### [`v0.24.0`](https://redirect.github.com/google/go-cloud/releases/tag/v0.24.0) [Compare Source](https://redirect.github.com/google/go-cloud/compare/v0.23.0...v0.24.0) **all** - Updated to use `go 1.17` (tests still run with \`go 1.16 as well). **blob** - **s3blob**: Enable choosing an AWS session profile via the `URLOpener`. - **s3blob**: Don't set `ContentType` in the S3 input for signing if it is an empty string and `EnforcedAbsentContentType` is `false`. **pubsub** - **gcppubsub**: Allow configuration of batch sizes. - **gcppubsub**: Consider publish request body size limitation when batching. - **kafkapubsub**: Enable configuration of initial offset in `URLOpener`. - **mempubsub**: Log if message sent to subscriber-less topic. **runtimevar** - **awsparamstore**: Added support for using AWS SDK V2. - **awssecretsmanager**: Added support for using AWS SDK V2. **secrets** - **awskms**: Added support for using AWS SDK V2. **docstore** - **gcpfirestore**: Add support for Firestore emulator.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/tliron/kutil v0.1.60
go: downloading github.com/andybalholm/brotli v1.0.5
go: downloading github.com/spf13/cobra v1.4.0
go: downloading github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c
go: downloading github.com/tdewolff/minify/v2 v2.9.21
go: downloading github.com/dop251/goja v0.0.0-20220516123900-4418d4575a41
go: downloading gocloud.dev v0.40.0
go: downloading github.com/beevik/etree v1.1.0
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/tliron/yamlkeys v1.3.5
go: downloading github.com/fxamacker/cbor/v2 v2.4.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/sasha-s/go-deadlock v0.3.1
go: downloading golang.org/x/crypto v0.26.0
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/zchee/color/v2 v2.0.6
go: downloading golang.org/x/term v0.23.0
go: downloading github.com/go-git/go-git/v5 v5.4.2
go: downloading github.com/google/go-containerregistry v0.9.0
go: downloading github.com/klauspost/pgzip v1.2.5
go: downloading github.com/segmentio/ksuid v1.0.4
go: downloading github.com/tdewolff/parse/v2 v2.5.19
go: downloading github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91
go: downloading golang.org/x/text v0.17.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/goccy/go-yaml v1.11.0
go: downloading github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
go: downloading github.com/kortschak/utter v1.5.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5
go: downloading go.opencensus.io v0.24.0
go: downloading golang.org/x/sys v0.24.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
go: downloading github.com/go-git/go-billy/v5 v5.3.1
go: downloading github.com/imdario/mergo v0.3.16
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/docker/cli v20.10.16+incompatible
go: downloading golang.org/x/sync v0.8.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.11.4
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/go-sourcemap/sourcemap v2.1.3+incompatible
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/acomagu/bufpipe v1.0.3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/docker/docker v27.0.3+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/docker/distribution v2.8.1+incompatible
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/vbatts/tar-split v0.11.2
go: downloading golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
go: downloading github.com/go-git/gcfg v1.5.0
go: downloading github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351
go: downloading github.com/xanzy/ssh-agent v0.3.0
go: downloading golang.org/x/net v0.28.0
go: downloading github.com/docker/docker-credential-helpers v0.6.4
go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading golang.org/x/tools v0.23.0
go: downloading golang.org/x/mod v0.19.0
go: downloading github.com/tliron/kutil v0.3.26
go: github.com/tliron/prudence/rest imports
    github.com/tliron/kutil/format: cannot find module providing package github.com/tliron/kutil/format