mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-04 17:33:21 +08:00
Change import statements accordingly
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/franela/play-with-docker/config"
|
||||
"github.com/gorilla/securecookie"
|
||||
"github.com/play-with-docker/play-with-docker/config"
|
||||
"github.com/twinj/uuid"
|
||||
)
|
||||
|
||||
|
@@ -15,8 +15,8 @@ import (
|
||||
|
||||
"github.com/docker/docker/api"
|
||||
"github.com/docker/docker/client"
|
||||
"github.com/franela/play-with-docker/config"
|
||||
"github.com/googollee/go-socket.io"
|
||||
"github.com/play-with-docker/play-with-docker/config"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/twinj/uuid"
|
||||
)
|
||||
|
Reference in New Issue
Block a user