1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-22 11:58:18 +00:00
This commit is contained in:
Darren Shepherd
2019-09-11 14:05:00 -07:00
parent 9e4f93989f
commit fab677b2ec
22 changed files with 57 additions and 57 deletions

View File

@@ -3,9 +3,9 @@ package schema
import (
"strings"
"github.com/rancher/naok/pkg/accesscontrol"
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/naok/pkg/table"
"github.com/rancher/steve/pkg/accesscontrol"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/steve/pkg/table"
"github.com/rancher/norman/pkg/data"
"github.com/rancher/norman/pkg/types"
"github.com/rancher/wrangler/pkg/name"