Skip to content

Commit

Permalink
Use correct repository name in go.mod and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Sep 7, 2023
1 parent 3f8d485 commit e1a8f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/grafana/llm
module github.com/grafana/grafana-llm-app

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion pkg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"os"

"github.com/grafana/grafana-llm-app/pkg/plugin"
"github.com/grafana/grafana-plugin-sdk-go/backend/app"
"github.com/grafana/grafana-plugin-sdk-go/backend/log"
"github.com/grafana/llm/pkg/plugin"
)

func main() {
Expand Down

0 comments on commit e1a8f7c

Please sign in to comment.