mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix dumper program to use proper import
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
74b9d89648
commit
1477a3d7fd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/docker/docker/builder/parser"
|
||||
"github.com/docker/docker/builder/dockerfile/parser"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in a new issue