mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
all: swap exp packages for maps, slices (#18311)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user