all: swap exp packages for maps, slices (#18311)

This commit is contained in:
Seth Hoenig
2023-08-23 15:42:13 -05:00
committed by GitHub
parent e69e3c6677
commit f5b0da1d55
46 changed files with 64 additions and 69 deletions

View File

@@ -14,10 +14,12 @@ import (
"fmt"
"html/template"
"io"
"maps"
"net/http"
"os"
"os/signal"
"path/filepath"
"slices"
"strconv"
"strings"
"syscall"
@@ -32,8 +34,6 @@ import (
"github.com/hashicorp/nomad/helper/escapingfs"
"github.com/hashicorp/nomad/version"
"github.com/posener/complete"
"golang.org/x/exp/maps"
"golang.org/x/exp/slices"
)
type OperatorDebugCommand struct {