Rename module for GitHub

This commit is contained in:
Maximilian Paß
2021-07-30 16:40:44 +02:00
parent 36dc99f019
commit c8c5357b8c
42 changed files with 106 additions and 106 deletions

View File

@ -1,7 +1,7 @@
package execution
import (
"gitlab.hpi.de/codeocean/codemoon/poseidon/pkg/dto"
"github.com/openHPI/poseidon/pkg/dto"
)
// ID is an identifier for an execution.

View File

@ -1,7 +1,7 @@
package execution
import (
"gitlab.hpi.de/codeocean/codemoon/poseidon/pkg/dto"
"github.com/openHPI/poseidon/pkg/dto"
"sync"
)

View File

@ -1,9 +1,9 @@
package execution
import (
"github.com/openHPI/poseidon/pkg/dto"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gitlab.hpi.de/codeocean/codemoon/poseidon/pkg/dto"
"testing"
)