refactor: changed module path

This commit is contained in:
2025-11-29 03:12:41 +03:00
parent 06a9c87722
commit 426bc6be6c
74 changed files with 74 additions and 74 deletions

View File

@@ -4,7 +4,7 @@ import (
"context"
"fmt"
pb "git.nite07.com/nite/go-igdb/proto"
pb "git.nite07.com/shadod/go-igdb/proto"
"google.golang.org/protobuf/proto"
)