Skip to content

Commit 09f1cba

Browse files
author
shin-
committed
Fixed imports
1 parent c9994ed commit 09f1cba

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

graph.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package docker
22

33
import (
44
"fmt"
5+
"io"
56
"io/ioutil"
67
"net/http"
78
"os"

registry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"io"
1010
"io/ioutil"
1111
"net/http"
12-
"os"
1312
"path"
1413
"strings"
1514
)

0 commit comments

Comments
 (0)