Get wings booting properly

This commit is contained in:
Dane Everitt
2021-02-01 21:32:34 -08:00
parent 98c68142cd
commit bfff094216
6 changed files with 12 additions and 17 deletions

View File

@@ -17,7 +17,6 @@ import (
"github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/mount"
"github.com/docker/docker/client"
"github.com/pterodactyl/wings/api"
"github.com/pterodactyl/wings/config"
"github.com/pterodactyl/wings/environment"
"github.com/pterodactyl/wings/remote"

View File

@@ -7,7 +7,6 @@ import (
"sync"
"github.com/apex/log"
"github.com/pterodactyl/wings/api"
"github.com/pterodactyl/wings/config"
"github.com/pterodactyl/wings/environment"
"github.com/pterodactyl/wings/events"