1
0
Fork 0
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:
Matt Hook 2022-12-07 17:15:52 +13:00 committed by GitHub
parent dffd45c5f9
commit 3e485c3152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 7 deletions

View file

@ -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 {