Replace http-gate by http-gw in files

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
Angira Kekteeva 2021-05-18 14:18:50 +03:00
parent ebb97a215d
commit 33b1a28bf1
10 changed files with 27 additions and 27 deletions

View file

@ -1,8 +1,8 @@
package main
import (
"github.com/nspcc-dev/neofs-http-gate/global"
"github.com/nspcc-dev/neofs-http-gate/logger"
"github.com/nspcc-dev/neofs-http-gw/global"
"github.com/nspcc-dev/neofs-http-gw/logger"
"github.com/spf13/viper"
"go.uber.org/zap"
)