fix: update org name

This commit is contained in:
 Ilya Atamas
2019-05-07 11:05:12 +03:00
parent 96e53a0462
commit fa1c796f3c
9 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ package cli
import (
"fmt"
npmproxy "github.com/emeralt/npm-cache-proxy/proxy"
npmproxy "github.com/pkgems/npm-cache-proxy/proxy"
"github.com/spf13/cobra"
)

View File

@@ -5,7 +5,7 @@ import (
"net/http"
"os"
npmproxy "github.com/emeralt/npm-cache-proxy/proxy"
npmproxy "github.com/pkgems/npm-cache-proxy/proxy"
"github.com/go-redis/redis"
)

View File

@@ -1,7 +1,7 @@
package cli
import (
npmproxy "github.com/emeralt/npm-cache-proxy/proxy"
npmproxy "github.com/pkgems/npm-cache-proxy/proxy"
"github.com/spf13/cobra"
)

View File

@@ -4,7 +4,7 @@ import (
"log"
"time"
npmproxy "github.com/emeralt/npm-cache-proxy/proxy"
npmproxy "github.com/pkgems/npm-cache-proxy/proxy"
"github.com/spf13/cobra"
)