Browse Source

lfs import fixes

M. Sonntag 4 years ago
parent
commit
538aa5a181
2 changed files with 4 additions and 4 deletions
  1. 1 1
      internal/db/mocks.go
  2. 3 3
      internal/route/lfs/batch_test.go

+ 1 - 1
internal/db/mocks.go

@@ -8,7 +8,7 @@ import (
 	"io"
 	"io"
 	"testing"
 	"testing"
 
 
-	"gogs.io/gogs/internal/lfsutil"
+	"github.com/G-Node/gogs/internal/lfsutil"
 )
 )
 
 
 // NOTE: Mocks are sorted in alphabetical order.
 // NOTE: Mocks are sorted in alphabetical order.

+ 3 - 3
internal/route/lfs/batch_test.go

@@ -14,9 +14,9 @@ import (
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/assert"
 	"gopkg.in/macaron.v1"
 	"gopkg.in/macaron.v1"
 
 
-	"gogs.io/gogs/internal/conf"
-	"gogs.io/gogs/internal/db"
-	"gogs.io/gogs/internal/lfsutil"
+	"github.com/G-Node/gogs/internal/conf"
+	"github.com/G-Node/gogs/internal/db"
+	"github.com/G-Node/gogs/internal/lfsutil"
 )
 )
 
 
 func Test_serveBatch(t *testing.T) {
 func Test_serveBatch(t *testing.T) {