File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
"net/http"
10
10
11
11
"github.com/pkg/errors"
12
- "github.com/uskey512/qiita-url -replace/models"
12
+ "github.com/uskey512/qiita-body -replace/models"
13
13
)
14
14
15
15
const (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/uskey512/qiita-url -replace/services"
6
+ "github.com/uskey512/qiita-body -replace/services"
7
7
)
8
8
9
9
func getParameter () (services.ConnectionSetting , services.ReplaceSetting ) {
Original file line number Diff line number Diff line change 5
5
"os"
6
6
"strings"
7
7
8
- "github.com/uskey512/qiita-url -replace/clients"
9
- "github.com/uskey512/qiita-url -replace/models"
8
+ "github.com/uskey512/qiita-body -replace/clients"
9
+ "github.com/uskey512/qiita-body -replace/models"
10
10
)
11
11
12
12
const getPerPage = 100
You can’t perform that action at this time.
0 commit comments