Skip to content

Commit 696e5fd

Browse files
committed
fix mod path
1 parent ed6bc2d commit 696e5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
"strconv"
99
"strings"
1010

11+
"github.com/github/github-mcp-server/internal/profiler"
1112
buffer "github.com/github/github-mcp-server/pkg/buffer"
1213
ghErrors "github.com/github/github-mcp-server/pkg/errors"
13-
"github.com/github/github-mcp-server/pkg/profiler"
1414
"github.com/github/github-mcp-server/pkg/translations"
1515
"github.com/google/go-github/v74/github"
1616
"github.com/mark3labs/mcp-go/mcp"

0 commit comments

Comments
 (0)