This repository was archived by the owner on Jan 29, 2025. It is now read-only.
File tree 4 files changed +5
-5
lines changed
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"
50
50
To use this project in your own work, follow these steps:
51
51
52
52
``` bash
53
- go get -u github.com/menzerath/monstercat-api
53
+ go get -u github.com/menzerath/monstercat-api/v2
54
54
```
55
55
56
56
``` go
@@ -60,7 +60,7 @@ import (
60
60
" fmt"
61
61
" os"
62
62
63
- " github.com/menzerath/monstercat-api/monstercat"
63
+ " github.com/menzerath/monstercat-api/v2/ monstercat"
64
64
)
65
65
66
66
func main () {
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/menzerath/monstercat-api/monstercat"
7
+ "github.com/menzerath/monstercat-api/v2/ monstercat"
8
8
"github.com/olekukonko/tablewriter"
9
9
"github.com/spf13/cobra"
10
10
)
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
2
2
3
3
go 1.17
4
4
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
- import "github.com/menzerath/monstercat-api/cmd"
3
+ import "github.com/menzerath/monstercat-api/v2/ cmd"
4
4
5
5
func main () {
6
6
cmd .Execute ()
You can’t perform that action at this time.
0 commit comments