Skip to content

Commit f30c7e1

Browse files
committed
Fix CI: update dependency versions, fix golangci-lint compatibility
1 parent 75da55a commit f30c7e1

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: golangci-lint
4848
uses: golangci/golangci-lint-action@v6
4949
with:
50-
version: latest
50+
version: v2.1.0
5151
args: --timeout 5m
5252

5353
- name: govulncheck

go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ module github.com/GrayCodeAI/hawk
33
go 1.26.1
44

55
require (
6-
github.com/GrayCodeAI/inspect v0.0.0-20260502133858-000000000000
7-
github.com/GrayCodeAI/sight v0.0.0-20260502133858-000000000000
8-
github.com/GrayCodeAI/tok v0.0.0-20260502133858-5f53dfc0ed74
9-
github.com/GrayCodeAI/yaad v0.0.0-20260502133858-2c0017f468cd
6+
github.com/GrayCodeAI/inspect v0.2.0
7+
github.com/GrayCodeAI/sight v0.2.0
8+
github.com/GrayCodeAI/tok v0.5.0
9+
github.com/GrayCodeAI/yaad v0.3.0
1010
github.com/charmbracelet/bubbles v1.0.0
1111
github.com/charmbracelet/bubbletea v1.3.10
1212
github.com/charmbracelet/lipgloss v1.1.0
1313
github.com/fsnotify/fsnotify v1.10.0
14-
github.com/GrayCodeAI/eyrie v0.0.0-20260430131257-27fe67ccfb1f
15-
github.com/hawk/eyrie v0.0.0-20260430131257-27fe67ccfb1f
14+
github.com/hawk/eyrie v0.3.0
1615
github.com/mattn/go-runewidth v0.0.19
1716
github.com/spf13/cobra v1.9.1
1817
go.opentelemetry.io/otel v1.43.0
@@ -83,5 +82,7 @@ require (
8382
modernc.org/sqlite v1.50.0 // indirect
8483
)
8584

85+
replace github.com/hawk/eyrie => github.com/GrayCodeAI/eyrie v0.3.0
86+
8687
// For local development, use go.work instead of replace directives.
8788
// See go.work.example for setup instructions.

0 commit comments

Comments
 (0)