mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Fix dumper program to use proper import
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/docker/docker/builder/parser"
|
||||
"github.com/docker/docker/builder/dockerfile/parser"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user