1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-06-12 21:47:35 +02:00

Refactor: move model/ to server/model/ (#366)

This commit is contained in:
6543
2021-09-27 19:51:55 +02:00
committed by GitHub
parent 06d83c7b0e
commit a94807efeb
121 changed files with 97 additions and 97 deletions

View File

@ -20,7 +20,7 @@ import (
"net/http/httptest"
"testing"
"github.com/woodpecker-ci/woodpecker/model"
"github.com/woodpecker-ci/woodpecker/server/model"
"github.com/woodpecker-ci/woodpecker/server/remote/coding/fixtures"
"github.com/franela/goblin"