mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(api): remove golang experimental packages [EE-3648] (#8081)
* remove golang experimental packages * rebase and fix references
This commit is contained in:
parent
dffd45c5f9
commit
3e485c3152
5 changed files with 26 additions and 7 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/portainer/libhttp/response"
|
||||
portainer "github.com/portainer/portainer/api"
|
||||
"github.com/portainer/portainer/api/http/middlewares"
|
||||
"golang.org/x/exp/slices"
|
||||
"github.com/portainer/portainer/api/internal/slices"
|
||||
)
|
||||
|
||||
type containerGpusResponse struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue