This repository was archived by the owner on Jan 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ $ ./monstercat catalog --search="mix contest"
5050To use this project in your own work, follow these steps:
5151
5252```bash
53- go get -u github.com/menzerath/monstercat-api
53+ go get -u github.com/menzerath/monstercat-api/v2
5454```
5555
5656```go
@@ -60,7 +60,7 @@ import (
6060 "fmt"
6161 "os"
6262
63- "github.com/menzerath/monstercat-api/monstercat"
63+ "github.com/menzerath/monstercat-api/v2/ monstercat"
6464)
6565
6666func main() {
Original file line number Diff line number Diff line change 44 "fmt"
55 "os"
66
7- "github.com/menzerath/monstercat-api/monstercat"
7+ "github.com/menzerath/monstercat-api/v2/ monstercat"
88 "github.com/olekukonko/tablewriter"
99 "github.com/spf13/cobra"
1010)
Original file line number Diff line number Diff line change 1- module github.com/menzerath/monstercat-api
1+ module github.com/menzerath/monstercat-api/v2
22
33go 1.17
44
Original file line number Diff line number Diff line change 11package main
22
3- import "github.com/menzerath/monstercat-api/cmd"
3+ import "github.com/menzerath/monstercat-api/v2/ cmd"
44
55func main() {
66 cmd.Execute()
You can’t perform that action at this time.
0 commit comments