rename to new lowercase github namespace

This commit is contained in:
Jakob Schrettenbrunner
2018-02-20 21:25:31 +01:00
parent 0b3fb72a97
commit e4e060a82f
13 changed files with 21 additions and 21 deletions

View File

@@ -6,9 +6,10 @@ import (
"os"
"strings"
"github.com/Pterodactyl/wings/constants"
"github.com/pterodactyl/wings/constants"
"github.com/fsouza/go-dockerclient"
"github.com/pterodactyl/wings/api/websockets"
log "github.com/sirupsen/logrus"
)

View File

@@ -8,8 +8,7 @@ import (
"path/filepath"
"strings"
"github.com/Pterodactyl/wings/config"
"github.com/Pterodactyl/wings/constants"
"github.com/pterodactyl/wings/api/websockets"
log "github.com/sirupsen/logrus"
"github.com/spf13/viper"
)