From cfa89c3396b199d3c841501a7104e3740e32b40f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:08:57 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.2 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- go.mod | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62cdef7..a4ec931 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Run tests run: go test -race -coverprofile=coverage.txt ./... @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: golangci-lint uses: golangci/golangci-lint-action@v9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3672ec9..83a58b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Bump version and push tag id: tag_version diff --git a/go.mod b/go.mod index 0655dc2..8be305e 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,11 @@ module github.com/floatpane/lattice -go 1.26.1 +go 1.26.2 require ( charm.land/bubbletea/v2 v2.0.2 charm.land/lipgloss/v2 v2.0.2 + github.com/godbus/dbus/v5 v5.2.2 github.com/joho/godotenv v1.5.1 github.com/shirou/gopsutil/v3 v3.24.5 gopkg.in/yaml.v3 v3.0.1 @@ -20,7 +21,6 @@ require ( github.com/clipperhouse/displaywidth v0.11.0 // indirect github.com/clipperhouse/uax29/v2 v2.7.0 // indirect github.com/go-ole/go-ole v1.2.6 // indirect - github.com/godbus/dbus/v5 v5.2.2 // indirect github.com/google/go-cmp v0.7.0 // indirect github.com/lucasb-eyer/go-colorful v1.3.0 // indirect github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect