overlay/.tools/go.mod

74 lines
3 KiB
Modula-2
Raw Permalink Normal View History

module github.com/jaredallard/overlay/.tools
2024-09-24 19:36:50 -07:00
go 1.23
require (
github.com/blang/semver/v4 v4.0.0
2024-09-24 19:36:50 -07:00
github.com/charmbracelet/log v0.4.0
github.com/docker/docker v28.0.1+incompatible
github.com/egym-playground/go-prefix-writer v0.0.0-20180609083313-7326ea162eca
github.com/fatih/color v1.18.0
github.com/jamespfennell/xz v0.1.2
github.com/minio/minio-go/v7 v7.0.87
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.9.1
gopkg.in/yaml.v3 v3.0.1
fix(deps): update module gotest.tools/v3 to v3.5.2 (#23) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gotest.tools/v3](https://redirect.github.com/gotestyourself/gotest.tools) | `v3.5.1` -> `v3.5.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/gotest.tools%2fv3/v3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/gotest.tools%2fv3/v3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/gotest.tools%2fv3/v3.5.1/v3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gotest.tools%2fv3/v3.5.1/v3.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gotestyourself/gotest.tools (gotest.tools/v3)</summary> ### [`v3.5.2`](https://redirect.github.com/gotestyourself/gotest.tools/releases/tag/v3.5.2) [Compare Source](https://redirect.github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2) #### What's Changed - assert: ensure message is always displayed & fix under bazel by [@&#8203;cstrahan](https://redirect.github.com/cstrahan) in [https://github.com/gotestyourself/gotest.tools/pull/276](https://redirect.github.com/gotestyourself/gotest.tools/pull/276) - go.mod: golang.org/x/tools v0.13.0 for go1.22+ compatibility by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/gotestyourself/gotest.tools/pull/282](https://redirect.github.com/gotestyourself/gotest.tools/pull/282) - poll: Continue(): use format.Message for formatting by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/gotestyourself/gotest.tools/pull/279](https://redirect.github.com/gotestyourself/gotest.tools/pull/279) - fix TestFromDirSymlink on Windows due to missing drive-letter by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/gotestyourself/gotest.tools/pull/283](https://redirect.github.com/gotestyourself/gotest.tools/pull/283) - Fix various linting issues and minor bugs by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/gotestyourself/gotest.tools/pull/280](https://redirect.github.com/gotestyourself/gotest.tools/pull/280) - fix badges in readme, gofmt, and minor linting fix by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/gotestyourself/gotest.tools/pull/284](https://redirect.github.com/gotestyourself/gotest.tools/pull/284) - circleci: add go1.21, go1.22, go1.23, and update golangci-lint to v1.60.3 by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/gotestyourself/gotest.tools/pull/285](https://redirect.github.com/gotestyourself/gotest.tools/pull/285) - assert, assert/cmp: un-deprecate assert.ErrorType for now by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [https://github.com/gotestyourself/gotest.tools/pull/286](https://redirect.github.com/gotestyourself/gotest.tools/pull/286) #### New Contributors - [@&#8203;cstrahan](https://redirect.github.com/cstrahan) made their first contribution in [https://github.com/gotestyourself/gotest.tools/pull/276](https://redirect.github.com/gotestyourself/gotest.tools/pull/276) **Full Changelog**: https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jaredallard/overlay). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 12:07:32 -08:00
gotest.tools/v3 v3.5.2
pault.ag/go/debian v0.18.0
)
require (
2024-09-24 19:36:50 -07:00
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2024-09-24 19:36:50 -07:00
github.com/charmbracelet/lipgloss v0.13.0 // indirect
github.com/charmbracelet/x/ansi v0.1.4 // indirect
github.com/containerd/log v0.1.0 // indirect
2024-09-24 19:36:50 -07:00
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
2024-09-24 19:36:50 -07:00
github.com/go-ini/ini v1.67.0 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
2024-09-24 19:36:50 -07:00
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
2024-09-24 19:36:50 -07:00
github.com/kr/pretty v0.3.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
2024-09-24 19:36:50 -07:00
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/minio/crc64nvme v1.0.1 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
2024-09-24 19:36:50 -07:00
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
2024-09-24 19:36:50 -07:00
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rs/xid v1.6.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
2024-09-24 19:36:50 -07:00
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
go.opentelemetry.io/otel v1.30.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 // indirect
go.opentelemetry.io/otel/metric v1.30.0 // indirect
go.opentelemetry.io/otel/sdk v1.30.0 // indirect
go.opentelemetry.io/otel/trace v1.30.0 // indirect
golang.org/x/crypto v0.33.0 // indirect
2024-09-24 19:36:50 -07:00
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
2024-09-24 19:36:50 -07:00
golang.org/x/time v0.6.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
pault.ag/go/topsort v0.1.1 // indirect
)