refactor(module): Migrate module path to nite07.com domain
This commit is contained in:
		| @@ -14,7 +14,7 @@ A Go client library for the IGDB (Internet Game Database) API v4. This library p | |||||||
| ## Installation | ## Installation | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| go get github.com/bestnite/go-igdb | go get git.nite07.com/nite/go-igdb | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ## Quick Start | ## Quick Start | ||||||
| @@ -25,7 +25,7 @@ package main | |||||||
| import ( | import ( | ||||||
| 	"log" | 	"log" | ||||||
|  |  | ||||||
| 	"github.com/bestnite/go-igdb" | 	"git.nite07.com/nite/go-igdb" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func Test1(c *igdb.Client) { | func Test1(c *igdb.Client) { | ||||||
|   | |||||||
| @@ -5,8 +5,8 @@ import ( | |||||||
| 	"fmt" | 	"fmt" | ||||||
| 	"strings" | 	"strings" | ||||||
|  |  | ||||||
|  | 	"git.nite07.com/nite/go-igdb/endpoint" | ||||||
| 	"github.com/bestnite/go-flaresolverr" | 	"github.com/bestnite/go-flaresolverr" | ||||||
| 	"github.com/bestnite/go-igdb/endpoint" |  | ||||||
| 	"golang.org/x/time/rate" | 	"golang.org/x/time/rate" | ||||||
|  |  | ||||||
| 	"github.com/go-resty/resty/v2" | 	"github.com/go-resty/resty/v2" | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ import ( | |||||||
| 	"strconv" | 	"strconv" | ||||||
| 	"strings" | 	"strings" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
|  |  | ||||||
| 	"github.com/go-resty/resty/v2" | 	"github.com/go-resty/resty/v2" | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ import ( | |||||||
| 	"strings" | 	"strings" | ||||||
| 	"time" | 	"time" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"github.com/PuerkitoBio/goquery" | 	"github.com/PuerkitoBio/goquery" | ||||||
| 	"github.com/bestnite/go-flaresolverr" | 	"github.com/bestnite/go-flaresolverr" | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ import ( | |||||||
| 	"context" | 	"context" | ||||||
| 	"fmt" | 	"fmt" | ||||||
|  |  | ||||||
| 	pb "github.com/bestnite/go-igdb/proto" | 	pb "git.nite07.com/nite/go-igdb/proto" | ||||||
|  |  | ||||||
| 	"google.golang.org/protobuf/proto" | 	"google.golang.org/protobuf/proto" | ||||||
| ) | ) | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | |||||||
| module github.com/bestnite/go-igdb | module git.nite07.com/nite/go-igdb | ||||||
|  |  | ||||||
| go 1.24.1 | go 1.24.1 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| package igdb | package igdb | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"github.com/bestnite/go-igdb/endpoint" | 	"git.nite07.com/nite/go-igdb/endpoint" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func registerAllEndpoints(c *Client) { | func registerAllEndpoints(c *Client) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user