Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7cdc570

Browse files
author
Matthieu Nottale
committed
Move yatee from internal to pkg.
Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
1 parent 356151c commit 7cdc570

9 files changed

Lines changed: 3 additions & 3 deletions

File tree

internal/renderer/yatee/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/docker/app/internal/renderer"
99
"github.com/docker/app/internal/yaml"
10-
"github.com/docker/app/internal/yatee"
10+
"github.com/docker/app/pkg/yatee"
1111
"github.com/pkg/errors"
1212
)
1313

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/docker/app/internal/yatee"
4+
"github.com/docker/app/pkg/yatee"
55
"github.com/gopherjs/gopherjs/js"
66
)
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77

88
"github.com/docker/app/internal/yaml"
9-
"github.com/docker/app/internal/yatee"
9+
"github.com/docker/app/pkg/yatee"
1010
)
1111

1212
func main() {

0 commit comments

Comments
 (0)