From 7ef9cb37e6e9b0dd30a1bdaf0df33f22073cadcb Mon Sep 17 00:00:00 2001 From: nite Date: Wed, 29 Oct 2025 20:23:42 +1100 Subject: [PATCH] refactor(module): Migrate module path to nite07.com domain --- README.md | 4 ++-- client.go | 2 +- endpoint/age_rating_categories.go | 2 +- endpoint/age_rating_content_descriptions.go | 2 +- endpoint/age_rating_content_descriptions_v2.go | 2 +- endpoint/age_rating_organizations.go | 2 +- endpoint/age_ratings.go | 2 +- endpoint/alternative_names.go | 2 +- endpoint/artworks.go | 2 +- endpoint/base.go | 2 +- endpoint/character_genders.go | 2 +- endpoint/character_mug_shots.go | 2 +- endpoint/character_species.go | 2 +- endpoint/characters.go | 2 +- endpoint/collection_membership_types.go | 2 +- endpoint/collection_memberships.go | 2 +- endpoint/collection_relation_types.go | 2 +- endpoint/collection_relations.go | 2 +- endpoint/collection_types.go | 2 +- endpoint/collections.go | 2 +- endpoint/companies.go | 2 +- endpoint/company_logos.go | 2 +- endpoint/company_statuses.go | 2 +- endpoint/company_websites.go | 2 +- endpoint/covers.go | 2 +- endpoint/date_formats.go | 2 +- endpoint/event_logos.go | 2 +- endpoint/event_networks.go | 2 +- endpoint/events.go | 2 +- endpoint/external_game_sources.go | 2 +- endpoint/external_games.go | 2 +- endpoint/franchises.go | 2 +- endpoint/game_engine_logos.go | 2 +- endpoint/game_engines.go | 2 +- endpoint/game_localizations.go | 2 +- endpoint/game_modes.go | 2 +- endpoint/game_release_formats.go | 2 +- endpoint/game_statuses.go | 2 +- endpoint/game_time_to_beats.go | 2 +- endpoint/game_types.go | 2 +- endpoint/game_version_feature_values.go | 2 +- endpoint/game_version_features.go | 2 +- endpoint/game_versions.go | 2 +- endpoint/game_videos.go | 2 +- endpoint/games.go | 2 +- endpoint/genres.go | 2 +- endpoint/involved_companies.go | 2 +- endpoint/keywords.go | 2 +- endpoint/language_support_types.go | 2 +- endpoint/language_supports.go | 2 +- endpoint/languages.go | 2 +- endpoint/multiplayer_modes.go | 2 +- endpoint/network_types.go | 2 +- endpoint/platform_families.go | 2 +- endpoint/platform_logos.go | 2 +- endpoint/platform_types.go | 2 +- endpoint/platform_version_companies.go | 2 +- endpoint/platform_version_release_dates.go | 2 +- endpoint/platform_versions.go | 2 +- endpoint/platform_websites.go | 2 +- endpoint/platforms.go | 2 +- endpoint/player_perspectives.go | 2 +- endpoint/popularity_primitives.go | 2 +- endpoint/popularity_types.go | 2 +- endpoint/regions.go | 2 +- endpoint/release_date_regions.go | 2 +- endpoint/release_date_statuses.go | 2 +- endpoint/release_dates.go | 2 +- endpoint/screenshots.go | 2 +- endpoint/search.go | 2 +- endpoint/themes.go | 2 +- endpoint/website_types.go | 2 +- endpoint/websites.go | 2 +- go.mod | 2 +- register_endpoints.go | 2 +- 75 files changed, 76 insertions(+), 76 deletions(-) diff --git a/README.md b/README.md index 8c213b7..a714645 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A Go client library for the IGDB (Internet Game Database) API v4. This library p ## Installation ```bash -go get github.com/bestnite/go-igdb +go get git.nite07.com/nite/go-igdb ``` ## Quick Start @@ -25,7 +25,7 @@ package main import ( "log" - "github.com/bestnite/go-igdb" + "git.nite07.com/nite/go-igdb" ) func Test1(c *igdb.Client) { diff --git a/client.go b/client.go index 7b28ee6..102340f 100644 --- a/client.go +++ b/client.go @@ -5,8 +5,8 @@ import ( "fmt" "strings" + "git.nite07.com/nite/go-igdb/endpoint" "github.com/bestnite/go-flaresolverr" - "github.com/bestnite/go-igdb/endpoint" "golang.org/x/time/rate" "github.com/go-resty/resty/v2" diff --git a/endpoint/age_rating_categories.go b/endpoint/age_rating_categories.go index cceda24..b36771f 100644 --- a/endpoint/age_rating_categories.go +++ b/endpoint/age_rating_categories.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/age_rating_content_descriptions.go b/endpoint/age_rating_content_descriptions.go index 8ec9ca0..b13f227 100644 --- a/endpoint/age_rating_content_descriptions.go +++ b/endpoint/age_rating_content_descriptions.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/age_rating_content_descriptions_v2.go b/endpoint/age_rating_content_descriptions_v2.go index 4d903be..788203d 100644 --- a/endpoint/age_rating_content_descriptions_v2.go +++ b/endpoint/age_rating_content_descriptions_v2.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/age_rating_organizations.go b/endpoint/age_rating_organizations.go index a5edc29..06b629d 100644 --- a/endpoint/age_rating_organizations.go +++ b/endpoint/age_rating_organizations.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/age_ratings.go b/endpoint/age_ratings.go index 146b5ce..47a6329 100644 --- a/endpoint/age_ratings.go +++ b/endpoint/age_ratings.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/alternative_names.go b/endpoint/alternative_names.go index e910217..2949043 100644 --- a/endpoint/alternative_names.go +++ b/endpoint/alternative_names.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/artworks.go b/endpoint/artworks.go index 4f82ab6..2165c76 100644 --- a/endpoint/artworks.go +++ b/endpoint/artworks.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/base.go b/endpoint/base.go index af5b29f..494149f 100644 --- a/endpoint/base.go +++ b/endpoint/base.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" "github.com/go-resty/resty/v2" diff --git a/endpoint/character_genders.go b/endpoint/character_genders.go index 3d0dce8..cf2d785 100644 --- a/endpoint/character_genders.go +++ b/endpoint/character_genders.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/character_mug_shots.go b/endpoint/character_mug_shots.go index f60da9b..e6f4d75 100644 --- a/endpoint/character_mug_shots.go +++ b/endpoint/character_mug_shots.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/character_species.go b/endpoint/character_species.go index c664125..ac8b3c9 100644 --- a/endpoint/character_species.go +++ b/endpoint/character_species.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/characters.go b/endpoint/characters.go index 11cb7ed..c38da74 100644 --- a/endpoint/characters.go +++ b/endpoint/characters.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/collection_membership_types.go b/endpoint/collection_membership_types.go index c85d9a0..4d2c6f6 100644 --- a/endpoint/collection_membership_types.go +++ b/endpoint/collection_membership_types.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/collection_memberships.go b/endpoint/collection_memberships.go index cb9bba6..b882f65 100644 --- a/endpoint/collection_memberships.go +++ b/endpoint/collection_memberships.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/collection_relation_types.go b/endpoint/collection_relation_types.go index 78026a9..9c8af73 100644 --- a/endpoint/collection_relation_types.go +++ b/endpoint/collection_relation_types.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/collection_relations.go b/endpoint/collection_relations.go index 90144a5..cdb16c9 100644 --- a/endpoint/collection_relations.go +++ b/endpoint/collection_relations.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/collection_types.go b/endpoint/collection_types.go index cb6b1fd..ee67f81 100644 --- a/endpoint/collection_types.go +++ b/endpoint/collection_types.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/collections.go b/endpoint/collections.go index 535db77..86a54d9 100644 --- a/endpoint/collections.go +++ b/endpoint/collections.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/companies.go b/endpoint/companies.go index 9aadb4c..045bed8 100644 --- a/endpoint/companies.go +++ b/endpoint/companies.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/company_logos.go b/endpoint/company_logos.go index 9ae36c3..f337ecb 100644 --- a/endpoint/company_logos.go +++ b/endpoint/company_logos.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/company_statuses.go b/endpoint/company_statuses.go index aa47436..dfe9b28 100644 --- a/endpoint/company_statuses.go +++ b/endpoint/company_statuses.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/company_websites.go b/endpoint/company_websites.go index 1c9cd3c..6693d86 100644 --- a/endpoint/company_websites.go +++ b/endpoint/company_websites.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/covers.go b/endpoint/covers.go index 3e4c60c..ab59bc5 100644 --- a/endpoint/covers.go +++ b/endpoint/covers.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/date_formats.go b/endpoint/date_formats.go index a852449..2c6e3a0 100644 --- a/endpoint/date_formats.go +++ b/endpoint/date_formats.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/event_logos.go b/endpoint/event_logos.go index 372bc63..6b6c516 100644 --- a/endpoint/event_logos.go +++ b/endpoint/event_logos.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/event_networks.go b/endpoint/event_networks.go index d3ec3fe..bc1d744 100644 --- a/endpoint/event_networks.go +++ b/endpoint/event_networks.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/events.go b/endpoint/events.go index dc44445..e4e60e4 100644 --- a/endpoint/events.go +++ b/endpoint/events.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/external_game_sources.go b/endpoint/external_game_sources.go index a4202df..333a753 100644 --- a/endpoint/external_game_sources.go +++ b/endpoint/external_game_sources.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/external_games.go b/endpoint/external_games.go index 0d15b19..a6b426b 100644 --- a/endpoint/external_games.go +++ b/endpoint/external_games.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/franchises.go b/endpoint/franchises.go index 4bbfb4e..7172662 100644 --- a/endpoint/franchises.go +++ b/endpoint/franchises.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_engine_logos.go b/endpoint/game_engine_logos.go index 21ad010..7734a79 100644 --- a/endpoint/game_engine_logos.go +++ b/endpoint/game_engine_logos.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_engines.go b/endpoint/game_engines.go index 7b4b5c5..1675f2d 100644 --- a/endpoint/game_engines.go +++ b/endpoint/game_engines.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_localizations.go b/endpoint/game_localizations.go index 2efd944..f4306a5 100644 --- a/endpoint/game_localizations.go +++ b/endpoint/game_localizations.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_modes.go b/endpoint/game_modes.go index 1a50b1d..1f9d3d6 100644 --- a/endpoint/game_modes.go +++ b/endpoint/game_modes.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_release_formats.go b/endpoint/game_release_formats.go index 2ad2afd..651fb5e 100644 --- a/endpoint/game_release_formats.go +++ b/endpoint/game_release_formats.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_statuses.go b/endpoint/game_statuses.go index fc8104c..7ce33b3 100644 --- a/endpoint/game_statuses.go +++ b/endpoint/game_statuses.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_time_to_beats.go b/endpoint/game_time_to_beats.go index fa9dffb..b3bb777 100644 --- a/endpoint/game_time_to_beats.go +++ b/endpoint/game_time_to_beats.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_types.go b/endpoint/game_types.go index be5fd1e..4c83862 100644 --- a/endpoint/game_types.go +++ b/endpoint/game_types.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_version_feature_values.go b/endpoint/game_version_feature_values.go index 9cfb1e0..9af3a4b 100644 --- a/endpoint/game_version_feature_values.go +++ b/endpoint/game_version_feature_values.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_version_features.go b/endpoint/game_version_features.go index 90887a0..2a12781 100644 --- a/endpoint/game_version_features.go +++ b/endpoint/game_version_features.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_versions.go b/endpoint/game_versions.go index f50140d..306c667 100644 --- a/endpoint/game_versions.go +++ b/endpoint/game_versions.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/game_videos.go b/endpoint/game_videos.go index f421616..0fb0e50 100644 --- a/endpoint/game_videos.go +++ b/endpoint/game_videos.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/games.go b/endpoint/games.go index f35934c..b49f505 100644 --- a/endpoint/games.go +++ b/endpoint/games.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/genres.go b/endpoint/genres.go index 9eba048..e564beb 100644 --- a/endpoint/genres.go +++ b/endpoint/genres.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/involved_companies.go b/endpoint/involved_companies.go index 51f9fd3..bdd80ae 100644 --- a/endpoint/involved_companies.go +++ b/endpoint/involved_companies.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/keywords.go b/endpoint/keywords.go index 317cd79..487c019 100644 --- a/endpoint/keywords.go +++ b/endpoint/keywords.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/language_support_types.go b/endpoint/language_support_types.go index e34d864..eea427e 100644 --- a/endpoint/language_support_types.go +++ b/endpoint/language_support_types.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/language_supports.go b/endpoint/language_supports.go index 5321a3d..b9790dd 100644 --- a/endpoint/language_supports.go +++ b/endpoint/language_supports.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/languages.go b/endpoint/languages.go index 843df21..e8a1348 100644 --- a/endpoint/languages.go +++ b/endpoint/languages.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/multiplayer_modes.go b/endpoint/multiplayer_modes.go index 967dc43..427bef6 100644 --- a/endpoint/multiplayer_modes.go +++ b/endpoint/multiplayer_modes.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/network_types.go b/endpoint/network_types.go index 4a0638b..bfdb9e4 100644 --- a/endpoint/network_types.go +++ b/endpoint/network_types.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/platform_families.go b/endpoint/platform_families.go index 8d5503d..1171009 100644 --- a/endpoint/platform_families.go +++ b/endpoint/platform_families.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/platform_logos.go b/endpoint/platform_logos.go index f78803e..46e7683 100644 --- a/endpoint/platform_logos.go +++ b/endpoint/platform_logos.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/platform_types.go b/endpoint/platform_types.go index f938d74..0754043 100644 --- a/endpoint/platform_types.go +++ b/endpoint/platform_types.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/platform_version_companies.go b/endpoint/platform_version_companies.go index 1ff0b76..8ee9f39 100644 --- a/endpoint/platform_version_companies.go +++ b/endpoint/platform_version_companies.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/platform_version_release_dates.go b/endpoint/platform_version_release_dates.go index d2d6934..1806ab9 100644 --- a/endpoint/platform_version_release_dates.go +++ b/endpoint/platform_version_release_dates.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/platform_versions.go b/endpoint/platform_versions.go index 9b74bac..1f4142b 100644 --- a/endpoint/platform_versions.go +++ b/endpoint/platform_versions.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/platform_websites.go b/endpoint/platform_websites.go index addb8d0..166d819 100644 --- a/endpoint/platform_websites.go +++ b/endpoint/platform_websites.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/platforms.go b/endpoint/platforms.go index 16f3635..2b9bc8d 100644 --- a/endpoint/platforms.go +++ b/endpoint/platforms.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/player_perspectives.go b/endpoint/player_perspectives.go index cdfd76d..3a94288 100644 --- a/endpoint/player_perspectives.go +++ b/endpoint/player_perspectives.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/popularity_primitives.go b/endpoint/popularity_primitives.go index 38c1d8a..4f26999 100644 --- a/endpoint/popularity_primitives.go +++ b/endpoint/popularity_primitives.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/popularity_types.go b/endpoint/popularity_types.go index 9719643..1fac16a 100644 --- a/endpoint/popularity_types.go +++ b/endpoint/popularity_types.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/regions.go b/endpoint/regions.go index 42eb84d..8d540f1 100644 --- a/endpoint/regions.go +++ b/endpoint/regions.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/release_date_regions.go b/endpoint/release_date_regions.go index 49d48f7..8cf5f15 100644 --- a/endpoint/release_date_regions.go +++ b/endpoint/release_date_regions.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/release_date_statuses.go b/endpoint/release_date_statuses.go index b04127d..71a995a 100644 --- a/endpoint/release_date_statuses.go +++ b/endpoint/release_date_statuses.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/release_dates.go b/endpoint/release_dates.go index 5fa9076..d1d2fc8 100644 --- a/endpoint/release_dates.go +++ b/endpoint/release_dates.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/screenshots.go b/endpoint/screenshots.go index 971a9fd..0a3d70f 100644 --- a/endpoint/screenshots.go +++ b/endpoint/screenshots.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/search.go b/endpoint/search.go index bc2867b..205dc02 100644 --- a/endpoint/search.go +++ b/endpoint/search.go @@ -10,7 +10,7 @@ import ( "strings" "time" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "github.com/PuerkitoBio/goquery" "github.com/bestnite/go-flaresolverr" diff --git a/endpoint/themes.go b/endpoint/themes.go index 8feddf1..c860c94 100644 --- a/endpoint/themes.go +++ b/endpoint/themes.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/website_types.go b/endpoint/website_types.go index baefe34..c3f3a3a 100644 --- a/endpoint/website_types.go +++ b/endpoint/website_types.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/endpoint/websites.go b/endpoint/websites.go index c13640b..0a5c059 100644 --- a/endpoint/websites.go +++ b/endpoint/websites.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - pb "github.com/bestnite/go-igdb/proto" + pb "git.nite07.com/nite/go-igdb/proto" "google.golang.org/protobuf/proto" ) diff --git a/go.mod b/go.mod index cefcd0f..bc26c7c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/bestnite/go-igdb +module git.nite07.com/nite/go-igdb go 1.24.1 diff --git a/register_endpoints.go b/register_endpoints.go index 03c0b3c..1a81474 100644 --- a/register_endpoints.go +++ b/register_endpoints.go @@ -1,7 +1,7 @@ package igdb import ( - "github.com/bestnite/go-igdb/endpoint" + "git.nite07.com/nite/go-igdb/endpoint" ) func registerAllEndpoints(c *Client) {