Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the engine group across 1 directory with 38 updates #773

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the engine group with 22 updates in the / directory:

Package From To
github.com/a-h/templ 0.2.731 0.2.771
github.com/adrg/xdg 0.4.0 0.5.0
github.com/charmbracelet/bubbletea 0.26.6 0.27.1
github.com/containernetworking/cni 1.2.2 1.2.3
github.com/creack/pty 1.1.21 1.1.23
github.com/docker/cli 27.1.1+incompatible 27.1.2+incompatible
github.com/docker/docker 27.1.1+incompatible 27.1.2+incompatible
github.com/google/go-containerregistry 0.19.2 0.20.2
github.com/goproxy/goproxy 0.17.0 0.17.2
github.com/lmittmann/tint 1.0.4 1.0.5
github.com/moby/buildkit 0.15.1-0.20240723181353-ffadc9ff1531 0.15.2
github.com/moby/sys/mount 0.3.3 0.3.4
github.com/moby/sys/signal 0.7.0 0.7.1
github.com/samber/slog-logrus/v2 2.3.0 2.5.0
github.com/tidwall/gjson 1.17.1 1.17.3
go.etcd.io/bbolt 1.3.10 1.3.11
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.52.0 0.54.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.52.0 0.54.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp 0.3.0 0.5.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.27.0 1.29.0
github.com/vito/go-sse 1.1.1 1.1.2
modernc.org/sqlite 1.30.2 1.32.0

Updates github.com/a-h/templ from 0.2.731 to 0.2.771

Release notes

Sourced from github.com/a-h/templ's releases.

v0.2.771

Changelog

  • ce14607 chore: bump Go to 1.22 in flake.nix
  • aea3ae3 chore: bump version [no ci]
  • 7279001 chore: fix linter errors
  • c24c8e4 chore: fix stale test
  • a033408 chore: switch to v0.8.4 of xc due to nix config error in xc
  • f29cc7a chore: update gofiber example with new rendering (#878)
  • ef4dde6 feat: add JSExpression to support passing arbitrary JS to script templates (#851)
  • a98204d feat: add templ info command (#840)
  • 65c2618 feat: add support for lazy generation (#874)
  • 889c833 fix: close SSE endpoint when browser page is reloaded
  • 4b2219c fix: duplicate import added when import path contains hyphens (#859) (#890)
  • 979cd97 fix: resolve templruntime imported and not used (#841), fixes #834
  • 211912f fix: support comments at end of raw go expressions (#871)
  • 15b3483 refactor: add CI checks to xc task list
  • 4c14ab0 refactor: allow for in flowing text if for statement not found (#777)
  • ae99146 refactor: improve void element parsing perf, fixes #886 and #857 (#887)

v0.2.747

Changelog

  • 9ae32f9 chore: bump version
  • 37faae0 fix: off by one error in LSP that prevents autocomplete from functioning in some contexts

v0.2.742

Changelog

  • 6c5eeb0 chore: bump docusaurus
  • 1c753f6 chore: bump version
  • 8b1f399 chore: update deps in examples
  • 5fb61a0 chore: update go modules in Nix setup
  • 26c1d79 feat: add support for gopls v0.16.x
  • bf98022 feat: update nixpkgs to release-24.05
  • 01d3361 fix: LSP CodeAction sometimes results in "error: column is beyond end of line" (#817)
  • 24520b8 fix: allow space after a period in go expressions (#811)
  • d3033c5 fix: don't pass ranges to gopls if outside of a known Go code region, fixes #801
  • bc6e65a fix: only call gopls if the source exists at the location, fixes #801
Commits
  • aea3ae3 chore: bump version [no ci]
  • a033408 chore: switch to v0.8.4 of xc due to nix config error in xc
  • 4b2219c fix: duplicate import added when import path contains hyphens (#859) (#890)
  • ce14607 chore: bump Go to 1.22 in flake.nix
  • ae99146 refactor: improve void element parsing perf, fixes #886 and #857 (#887)
  • c24c8e4 chore: fix stale test
  • 4c14ab0 refactor: allow for in flowing text if for statement not found (#777)
  • ef4dde6 feat: add JSExpression to support passing arbitrary JS to script templates (#...
  • 211912f fix: support comments at end of raw go expressions (#871)
  • 65c2618 feat: add support for lazy generation (#874)
  • Additional commits viewable in compare view

Updates github.com/adrg/xdg from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/adrg/xdg's releases.

v0.5.0

Changelog

  • user-dirs.dirs config file is now parsed on Unix-like operating systems (except for macOS and Plan 9). See XDG user directories README section for more details.
  • Updated golang.org/x/sys dependency to the latest version.

Internal

  • Moved all path related functionality in internal pathutil package.
  • Added internal userdirs package:
    • Moved xdg.UserDirectories to userdirs.Directories.
    • Added parsing functions for user-dirs.dirs config file.
  • Improved package testing.
Commits
  • 1356827 Change definition of userdirs.ParseConfigFile and userdirs.ParseConfig
  • d48cee0 Merge pull request #86 from adrg/dependabot/go_modules/golang.org/x/sys-0.22.0
  • c53b5d9 Add Codecov token in Github actions tests workflow
  • fe619a1 Merge pull request #87 from adrg/parse-user-dirs
  • ed625ee Minor README.md update
  • ac2d468 Improve user directories README.md section
  • 27a1554 Move UserDirectories struct in userdirs package
  • e72f914 Update XDG user directories README.md section
  • e9e51ac Remove xdgPath and xdgPaths functions
  • 28fbf4c Replace xdgPath and xdgPaths calls with pathutil equivalents
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbletea from 0.26.6 to 0.27.1

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v0.27.1

This is a lil’ workaround for a hang that can occur when starting a program using Lip Gloss. For details see charmbracelet/bubbletea#1107.

Changelog

Bug fixes

  • d6458e03f27245a597a30234a532ef345af31d36: fix: force query the terminal bg before running any programs (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.27.0

Suspending, environment hacking, and more

Hi! This release has three nice little features and some bug fixes. Let's take a look:

Suspending and resuming

At last, now you can programmatically suspend and resume programs with the tea.Suspend command and handle resumes with the tea.ResumeMsg message:

func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
	switch msg := msg.(type) {
// Suspend with ctrl+z!
case tea.KeyMsg:
	switch msg.String() {
	case "ctrl+z":
		m.suspended = true
		return m, tea.Suspend
	}
// Handle resumes
case tea.ResumeMsg:
m.suspended = false
return m, nil
}
// ...

}

Example

There's also a tea.SuspendMsg that flows through Update on suspension.

Special thanks to @​knz for prototyping the original implementation of this.

... (truncated)

Commits
  • 17443d8 chore(deps): go mod tidy
  • d6458e0 fix: force query the terminal bg before running any programs
  • d6a19f0 fix: wrap ErrProgramKilled error
  • cae9acd feat: set the program environment variables (#1063)
  • 7ddeec9 chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 (#1077)
  • 3eb74e8 chore(deps): bump github.com/charmbracelet/glamour in /examples (#1074)
  • 85ad914 chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 (#1072)
  • 7c4d678 chore(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0 (#1073)
  • 7c1bfc0 fix: query window-size in a goroutine (#1059)
  • 7d70838 feat: add a cmd to request window size (#988)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/lipgloss from 0.11.0 to 0.13.0

Release notes

Sourced from github.com/charmbracelet/lipgloss's releases.

v0.13.0

Woodn’t you know, Lip Gloss has trees!

Lip Gloss ships with a tree rendering sub-package.

import "github.com/charmbracelet/lipgloss/tree"

Define a new tree.

t := tree.Root(".").
    Child("A", "B", "C")

Print the tree.

fmt.Println(t)
// .
// ├── A
// ├── B
// └── C

Trees have the ability to nest.

t := tree.Root(".").
    Child("macOS").
    Child(
        tree.New().
            Root("Linux").
            Child("NixOS").
            Child("Arch Linux (btw)").
            Child("Void Linux"),
        ).
    Child(
        tree.New().
            Root("BSD").
            Child("FreeBSD").
            Child("OpenBSD"),
    )

Print the tree.

</tr></table> 

... (truncated)

Commits
  • bb3e339 docs(README): match tree example alignment with list examples
  • bc0de5c docs(README): make tree example match output
  • 185fde3 docs(README): update tree images
  • cf0a7c6 docs: fix tree screenshot
  • feb42a9 feat: move tree to root (#342)
  • 0618c73 feat(test): add test for JoinHorizontal (#346)
  • ed7f56e docs: fix CompleteColor example (#345)
  • 8a0e640 fix: remove unnecessary if
  • 87dd58d chore: fix little typo in comment in go.mod
  • 670898d chore: retract v0.11.1
  • Additional commits viewable in compare view

Updates github.com/containernetworking/cni from 1.2.2 to 1.2.3

Release notes

Sourced from github.com/containernetworking/cni's releases.

libcni v1.2.3

This is a minor release to correct a divergence between the specification and libcni. In this case, the specification was updated, as it concerns a new feature, GC, that is not yet deployed.

What's Changed

Commits

Updates github.com/creack/pty from 1.1.21 to 1.1.23

Release notes

Sourced from github.com/creack/pty's releases.

v1.1.23

What's Changed

New Contributors

Full Changelog: creack/pty@v1.1.20...v1.1.23

Commits

Updates github.com/docker/cli from 27.1.1+incompatible to 27.1.2+incompatible

Commits
  • d01f264 Merge pull request #5333 from thaJeztah/27.x_bump_engine
  • 65dec14 vendor: github.com/docker/docker f9522e5e96c3 (v27.1.2-dev)
  • 1f80c54 Merge pull request #5339 from thaJeztah/27.x_backport_fix_bps_limit
  • 33573e2 Merge pull request #5343 from dvdksn/cp-docs-manuals-refactor-linkfix
  • 73452e3 docs: update internal links after refactor
  • bcd90be docs: fix link to http proxy document
  • f62c68e Merge pull request #5337 from vvoland/5327-27.x
  • 946d109 run: fix GetList return empty issue for throttledevice
  • 096e42b Merge pull request #5335 from vvoland/5310-27.x
  • 984ef90 plugins: don't panic on Close if PluginServer nil
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 27.1.1+incompatible to 27.1.2+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v27.1.2

27.1.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fix a regression that could result in a ResourceExhausted desc = grpc: received message larger than max error when building from a large Dockerfile. moby/moby#48245
  • CLI: Fix docker attach printing a spurious context cancelled error message. docker/cli#5296
  • CLI: Fix docker attach exiting on SIGINT instead of forwarding the signal to the container and waiting for it to exit. docker/cli#5302
  • CLI: Fix --device-read-bps and --device-write-bps options not taking effect. docker/cli#5339
  • CLI: Fix a panic happening in some cases while running a plugin. docker/cli#5337

Packaging updates

Commits
  • f9522e5 Merge pull request #48315 from vvoland/48169-27.x
  • a037b72 Merge pull request #48314 from vvoland/48275-27.x
  • fc0150b daemon/containerd: rm use of regexp
  • 73c01d0 image/v1: rm regexp use
  • c93fe4a layer: rm regexp use
  • 31459c8 docs/api: swagger: fix x-nullable for SystemInfo.Containerd (api v1.46)
  • 35d430c api/swagger: fix x-nullable for SystemInfo.Containerd
  • f5fa090 Merge pull request #48308 from thaJeztah/27.x_backport_migrate_userns
  • a17f5d4 Merge pull request #48294 from austinvazquez/cherry-pick-2b5ffa0b63c76e8bb4eb...
  • 80a59c2 migrate to github.com/moby/sys/userns
  • Additional commits viewable in compare view

Updates github.com/google/go-containerregistry from 0.19.2 to 0.20.2

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.20.2

What's Changed

Full Changelog: google/go-containerregistry@v0.20.1...v0.20.2

v0.20.1

What's Changed

Full Changelog: google/go-containerregistry@v0.20.0...v0.20.1

v0.20.0

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.19.2...v0.20.0

Commits

Updates github.com/goproxy/goproxy from 0.17.0 to 0.17.2

Release notes

Sourced from github.com/goproxy/goproxy's releases.

v0.17.2

0.17.2 (2024-07-09)

Miscellaneous Chores

v0.17.1

0.17.1 (2024-07-05)

Miscellaneous Chores

  • deps: bump golang.org/x/mod from 0.18.0 to 0.19.0 (#68) (141fb73)
Changelog

Sourced from github.com/goproxy/goproxy's changelog.

0.17.2 (2024-07-09)

Miscellaneous Chores

0.17.1 (2024-07-05)

Miscellaneous Chores

  • deps: bump golang.org/x/mod from 0.18.0 to 0.19.0 (#68) (141fb73)
Commits

Updates github.com/lmittmann/tint from 1.0.4 to 1.0.5

Release notes

Sourced from github.com/lmittmann/tint's releases.

v1.0.5

What's Changed

New Contributors

Full Changelog: lmittmann/tint@v1.0.4...v1.0.5

Commits

Updates github.com/moby/buildkit from 0.15.1-0.20240723181353-ffadc9ff1531 to 0.15.2

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.15.2

Welcome to the v0.15.2 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • Tõnis Tiigi
  • Akihiro Suda
  • Justin Chadwell
  • Sebastiaan van Stijn

Notable Changes

  • Fix issue with inline cache when embedded into Docker #5257
  • Fix possible pause before running container when using secret mounts #5251 #5252

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.15.1

v0.15.1

Welcome to the v0.15.1 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • CrazyMax
  • Tõnis Tiigi

Notable Changes

  • Fix possible panic when importing build record external error #5181
  • Fix regression with flock module where read-write mode was not applied anymore #5183

Dependency Changes

  • github.com/gofrs/flock v0.12.0 -> v0.12.1
  • golang.org/x/sys v0.21.0 -> v0.22.0

Previous release can be found at v0.15.0

Commits

Updates github.com/moby/sys/mount from 0.3.3 to 0.3.4

Release notes

Sourced from github.com/moby/sys/mount's releases.

mount v0.3.4

What's Changed

  • mount: rm unneeded errorlint annotation
  • mount: fix Go 1.20 errorlint warning
  • update minimum supported go version to go1.17
  • bump golang.org/x/sys to v0.1.0
  • bump github.com/moby/sys/mountinfo v0.7.2

Full Changelog: moby/sys@mount/v0.3.3...mount/v0.3.4

Commits
  • 7af2bbe Merge pull request #141 from thaJeztah/mount_bump_mountinfo
  • de82476 mount: bump github.com/moby/sys/mountinfo v0.7.2
  • cafbe42 Merge pull request #138 from thaJeztah/fix_symlink_docs
  • 41a565e symlink: touch-up documentation
  • 35f6c4e Merge pull request #137 from thaJeztah/refresh_ci
  • 057bd48 ci/gha: drop Go 1.20, add Go 1.22
  • 2a29ebe ci/gha: add macos-14 (m1, arm64)
  • 83479f0 ci/gha: add ubuntu-24.04 (current LTS)
  • 05d90a3 mountinfo: rm unneeded errorlint annotation
  • 9c5e9e2 Makefile: bump golangci-lint to v1.59.1
  • Additional commits viewable in compare view

Updates github.com/moby/sys/signal from 0.7.0 to 0.7.1

Release notes

Sourced from github.com/moby/sys/signal's releases.

mountinfo v0.7.1

What's Changed

  • mountinfo: linux: add a /proc/self/mountinfo fallback by @​cyphar in moby/sys#135 (a regression for a bug in v0.7.0)

Full Changelog: moby/sys@mountinfo/v0.7.0...mountinfo/v0.7.1

signal v0.7.1

What's Changed

  • update minimum supported go version to go1.17
  • bump golang.org/x/sys to v0.1.0

Full Changelog: moby/sys@signal/v0.7.0...signal/v0.7.1

Commits
  • cafbe42 Merge pull request #138 from thaJeztah/fix_symlink_docs
  • 41a565e symlink: touch-up documentation
  • 35f6c4e Merge pull request #137 from thaJeztah/refresh_ci
  • 057bd48 ci/gha: drop Go 1.20, add Go 1.22
  • 2a29ebe ci/gha: add macos-14 (m1, arm64)
  • 83479f0 ci/gha: add ubuntu-24.04 (current LTS)
  • 05d90a3 mountinfo: rm unneeded errorlint annotation
  • 9c5e9e2 Makefile: bump golangci-lint to v1.59.1
  • 2152420 ci/gha: bump actions/checkout to v4
  • 2ca03f0 ci/gha: bump actions/setup-go to v5
  • Additional commits viewable in compare view

Updates github.com/samber/slog-logrus/v2 from 2.3.0 to 2.5.0

Release notes

Sourced from github.com/samber/slog-logrus/v2's releases.

v2.5.0

feat: When the name is empty, WithGroup returns the receiver

v2.4.0

Remove empty attributes

Commits

Updates github.com/tidwall/gjson from 1.17.1 to 1.17.3

Commits

Updates go.etcd.io/bbolt from 1.3.10 to 1.3.11

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.3.11

See the CHANGELOG/v1.3.11 for more details.

Commits
  • d128a10 Merge pull request #823 from ahrtr/rollback_alloc_20240819_1.3
  • 94db72d Rollback alloc map: remove all page ids which are allocated by the txid
  • 8c9b349 Merge pull request #822 from henrybear327/1.3_go/1.22.0
  • 6a0b720 Fix linter reported issues
  • 2104bc9 Update golangci-lint to v1.60.1
  • 9374ef9 Bump go toolchain to 1.22.6
  • 01f29e9 Merge pull request #817 from fuweid/13-backport-49eb212fa8ab67709ea460df01982...
  • 9907846 tests/robustness: switch to kill if no panic after 10sec
  • 1b38fb3 Merge pull request #816 from fuweid/13-failpoint-backport
  • 70ab151 Add basic XFS powerfailure tests
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.52.0 to 0.54.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases.

Release v1.29.0/v0.54.0/v0.23.0/v0.9.0/v0.4.0/v0.2.0/v0.1.0

Overview

This release is the last to support Go 1.21. The next release will require at least Go 1.22.

Added

  • Add the WithSpanAttributes and WithMetricAttributes methods to set custom attributes to the stats handler in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#5133)
  • The go.opentelemetry.io/contrib/bridges/otelzap module. This module provides an OpenTelemetry logging bridge for go.uber.org/zap. (#5191)
  • Support for the OTEL_HTTP_CLIENT_COMPATIBILITY_MODE=http/dup environment variable in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#5401)
  • The go.opentelemetry.io/contrib/bridges/otelzerolog module. This module provides an OpenTelemetry logging bridge for github.com/rs/zerolog. (#5405)
  • Add WithGinFilter filter parameter in go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin to allow filtering requests with *gin.Context. (#5743)
  • Support for stdoutlog exporter in go.opentelemetry.io/contrib/config. (#5850)
  • Add macOS ARM64 platform to the compatibility testing suite. (#5868)
  • Add new runtime metrics to go.opentelemetry.io/contrib/instrumentation/runtime, which are still disabled by default. (#5870)
  • Add the WithMetricsAttributesFn option to allow setting dynamic, per-request metric attributes in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#5876)
  • The go.opentelemetry.io/contrib/config package supports configuring with_resource_constant_labels for the prometheus exporter. (#5890)
  • Support Go 1.23. (#6017)

Removed

  • The deprecated go.opentelemetry.io/contrib/processors/baggagecopy package is removed. (#5853)

Fixed

  • Race condition when reading the HTTP body and writing the response in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#5916)

What's Changed

... (truncated)

Changelog

Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's changelog.

[1.29.0/0.54.0/0.23.0/0.9.0/0.4.0/0.2.0/0.1.0] - 2024-08-23

This release is the last to support [Go 1.21]. The next release will require at least [Go 1.22].

Added

  • Add the WithSpanAttributes and WithMetricAttributes methods to set custom attributes to the stats handler in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#5133)
  • The go.opentelemetry.io/contrib/bridges/otelzap module. This module provides an OpenTelemetry logging bridge for go.uber.org/zap. (#5191)
  • Support for the OTEL_HTTP_CLIENT_COMPATIBILITY_MODE=http/dup environment variable in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#5401)
  • The go.opentelemetry.io/contrib/bridges/otelzerolog module. This module provides an OpenTelemetry logging bridge for github.com/rs/zerolog. (#5405)
  • Add WithGinFilter filter parameter in go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin to allow filtering requests with *gin.Con...

    Description has been truncated

Bumps the engine group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/a-h/templ](https://github.com/a-h/templ) | `0.2.731` | `0.2.771` |
| [github.com/adrg/xdg](https://github.com/adrg/xdg) | `0.4.0` | `0.5.0` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `0.26.6` | `0.27.1` |
| [github.com/containernetworking/cni](https://github.com/containernetworking/cni) | `1.2.2` | `1.2.3` |
| [github.com/creack/pty](https://github.com/creack/pty) | `1.1.21` | `1.1.23` |
| [github.com/docker/cli](https://github.com/docker/cli) | `27.1.1+incompatible` | `27.1.2+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.1.1+incompatible` | `27.1.2+incompatible` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.19.2` | `0.20.2` |
| [github.com/goproxy/goproxy](https://github.com/goproxy/goproxy) | `0.17.0` | `0.17.2` |
| [github.com/lmittmann/tint](https://github.com/lmittmann/tint) | `1.0.4` | `1.0.5` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.15.1-0.20240723181353-ffadc9ff1531` | `0.15.2` |
| [github.com/moby/sys/mount](https://github.com/moby/sys) | `0.3.3` | `0.3.4` |
| [github.com/moby/sys/signal](https://github.com/moby/sys) | `0.7.0` | `0.7.1` |
| [github.com/samber/slog-logrus/v2](https://github.com/samber/slog-logrus) | `2.3.0` | `2.5.0` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.1` | `1.17.3` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.3.10` | `1.3.11` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.52.0` | `0.54.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.52.0` | `0.54.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://github.com/open-telemetry/opentelemetry-go) | `0.3.0` | `0.5.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.27.0` | `1.29.0` |
| [github.com/vito/go-sse](https://github.com/vito/go-sse) | `1.1.1` | `1.1.2` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.30.2` | `1.32.0` |



Updates `github.com/a-h/templ` from 0.2.731 to 0.2.771
- [Release notes](https://github.com/a-h/templ/releases)
- [Changelog](https://github.com/a-h/templ/blob/main/.goreleaser.yaml)
- [Commits](a-h/templ@v0.2.731...v0.2.771)

Updates `github.com/adrg/xdg` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/adrg/xdg/releases)
- [Commits](adrg/xdg@v0.4.0...v0.5.0)

Updates `github.com/charmbracelet/bubbletea` from 0.26.6 to 0.27.1
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v0.26.6...v0.27.1)

Updates `github.com/charmbracelet/lipgloss` from 0.11.0 to 0.13.0
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/lipgloss@v0.11.0...v0.13.0)

Updates `github.com/containernetworking/cni` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/containernetworking/cni/releases)
- [Commits](containernetworking/cni@v1.2.2...v1.2.3)

Updates `github.com/creack/pty` from 1.1.21 to 1.1.23
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.21...v1.1.23)

Updates `github.com/docker/cli` from 27.1.1+incompatible to 27.1.2+incompatible
- [Commits](docker/cli@v27.1.1...v27.1.2)

Updates `github.com/docker/docker` from 27.1.1+incompatible to 27.1.2+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.1.1...v27.1.2)

Updates `github.com/google/go-containerregistry` from 0.19.2 to 0.20.2
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.19.2...v0.20.2)

Updates `github.com/goproxy/goproxy` from 0.17.0 to 0.17.2
- [Release notes](https://github.com/goproxy/goproxy/releases)
- [Changelog](https://github.com/goproxy/goproxy/blob/master/CHANGELOG.md)
- [Commits](goproxy/goproxy@v0.17.0...v0.17.2)

Updates `github.com/lmittmann/tint` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](lmittmann/tint@v1.0.4...v1.0.5)

Updates `github.com/moby/buildkit` from 0.15.1-0.20240723181353-ffadc9ff1531 to 0.15.2
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/commits/v0.15.2)

Updates `github.com/moby/sys/mount` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/moby/sys/releases)
- [Commits](moby/sys@mount/v0.3.3...mount/v0.3.4)

Updates `github.com/moby/sys/signal` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/moby/sys/releases)
- [Commits](moby/sys@signal/v0.7.0...signal/v0.7.1)

Updates `github.com/samber/slog-logrus/v2` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/samber/slog-logrus/releases)
- [Commits](samber/slog-logrus@v2.3.0...v2.5.0)

Updates `github.com/tidwall/gjson` from 1.17.1 to 1.17.3
- [Commits](tidwall/gjson@v1.17.1...v1.17.3)

Updates `go.etcd.io/bbolt` from 1.3.10 to 1.3.11
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.3.10...v1.3.11)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.52.0 to 0.54.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.52.0...zpages/v0.54.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.52.0 to 0.54.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.52.0...zpages/v0.54.0)

Updates `go.opentelemetry.io/otel` from 1.27.0 to 1.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.27.0...v1.29.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp` from 0.3.0 to 0.5.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v0.3.0...v0.5.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.27.0 to 1.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.27.0...v1.29.0)

Updates `go.opentelemetry.io/otel/log` from 0.3.0 to 0.5.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v0.3.0...v0.5.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.27.0 to 1.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.27.0...v1.29.0)

Updates `go.opentelemetry.io/otel/sdk/log` from 0.3.0 to 0.5.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v0.3.0...v0.5.0)

Updates `go.opentelemetry.io/otel/trace` from 1.27.0 to 1.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.27.0...v1.29.0)

Updates `golang.org/x/crypto` from 0.24.0 to 0.26.0
- [Commits](golang/crypto@v0.24.0...v0.26.0)

Updates `golang.org/x/mod` from 0.18.0 to 0.20.0
- [Commits](golang/mod@v0.18.0...v0.20.0)

Updates `golang.org/x/net` from 0.26.0 to 0.28.0
- [Commits](golang/net@v0.26.0...v0.28.0)

Updates `golang.org/x/oauth2` from 0.21.0 to 0.22.0
- [Commits](golang/oauth2@v0.21.0...v0.22.0)

Updates `golang.org/x/sync` from 0.7.0 to 0.8.0
- [Commits](golang/sync@v0.7.0...v0.8.0)

Updates `golang.org/x/sys` from 0.22.0 to 0.24.0
- [Commits](golang/sys@v0.22.0...v0.24.0)

Updates `golang.org/x/term` from 0.21.0 to 0.23.0
- [Commits](golang/term@v0.21.0...v0.23.0)

Updates `golang.org/x/text` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.16.0...v0.17.0)

Updates `golang.org/x/tools` from 0.22.0 to 0.24.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.22.0...v0.24.0)

Updates `google.golang.org/grpc` from 1.64.0 to 1.65.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.0...v1.65.0)

Updates `github.com/vito/go-sse` from 1.1.1 to 1.1.2
- [Commits](vito/go-sse@v1.1.1...v1.1.2)

Updates `modernc.org/sqlite` from 1.30.2 to 1.32.0
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.30.2...v1.32.0)

---
updated-dependencies:
- dependency-name: github.com/a-h/templ
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/adrg/xdg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/containernetworking/cni
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/goproxy/goproxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/lmittmann/tint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/moby/sys/mount
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/moby/sys/signal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: github.com/samber/slog-logrus/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/tidwall/gjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/log
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/sdk/log
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
- dependency-name: github.com/vito/go-sse
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: engine
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: engine
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Aug 26, 2024

The following labels could not be found: kind/dependencies, area/engine, area/cli.

Copy link
Author

dependabot bot commented on behalf of github Aug 27, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 27, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/engine-0c65e4a133 branch August 27, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants