fix(code): replace calls to ioutil EE-4425 (#7878)

This commit is contained in:
andres-portainer
2022-10-17 15:29:12 -03:00
committed by GitHub
parent 69f498c431
commit 5488389278
48 changed files with 109 additions and 112 deletions

View File

@@ -1,9 +1,10 @@
package users
import (
"github.com/portainer/portainer/api/dataservices/errors"
"net/http"
"github.com/portainer/portainer/api/dataservices/errors"
httperror "github.com/portainer/libhttp/error"
"github.com/portainer/libhttp/response"
portainer "github.com/portainer/portainer/api"