Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: go mod download
- name: Verify dependencies
run: go mod verify
- name: Tidy dependencies
run: go mod tidy -diff
- name: Build
run: go build -v ./...
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/go-git/go-git/v6 v6.0.0-20260331140939-8126d61b3452
github.com/gofri/go-github-ratelimit v1.1.1
github.com/google/go-github/v84 v84.0.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-version v1.9.0
github.com/mark3labs/mcp-go v0.46.0
github.com/olekukonko/tablewriter v1.1.4
Expand Down Expand Up @@ -52,7 +53,6 @@ require (
github.com/google/flatbuffers v25.12.19+incompatible // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/google/jsonschema-go v0.4.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down