Skip to content

Commit 617343a

Browse files
authored
Merge pull request #80 from mutablelogic/v5
Remove service dependencies
2 parents df8e0d0 + 70da99b commit 617343a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkg/types/mime_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
// Packages
7-
"github.com/mutablelogic/go-service/pkg/types"
7+
"github.com/mutablelogic/go-server/pkg/types"
88
"github.com/stretchr/testify/assert"
99
)
1010

pkg/types/path_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
// Packages
7-
"github.com/mutablelogic/go-service/pkg/types"
7+
"github.com/mutablelogic/go-server/pkg/types"
88
"github.com/stretchr/testify/assert"
99
)
1010

pkg/types/string_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66

77
// Packages
8-
"github.com/mutablelogic/go-service/pkg/types"
8+
"github.com/mutablelogic/go-server/pkg/types"
99
"github.com/stretchr/testify/assert"
1010
)
1111

pkg/types/uuid_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66

77
// Packages
8-
"github.com/mutablelogic/go-service/pkg/types"
8+
"github.com/mutablelogic/go-server/pkg/types"
99
"github.com/stretchr/testify/assert"
1010
)
1111

0 commit comments

Comments
 (0)