diff --git a/pkg/band/rpc.go b/pkg/band/rpc.go index bea9836e436..63494684281 100644 --- a/pkg/band/rpc.go +++ b/pkg/band/rpc.go @@ -16,9 +16,9 @@ package band import ( "context" + "maps" "go.thethings.network/lorawan-stack/v3/pkg/ttnpb" - "golang.org/x/exp/maps" "google.golang.org/protobuf/types/known/durationpb" "google.golang.org/protobuf/types/known/wrapperspb" ) diff --git a/pkg/i18n/i18n.go b/pkg/i18n/i18n.go index f731b361ebc..34460cc6f38 100644 --- a/pkg/i18n/i18n.go +++ b/pkg/i18n/i18n.go @@ -19,6 +19,7 @@ import ( "bytes" "encoding/json" "fmt" + "maps" "os" "path/filepath" "runtime" @@ -27,7 +28,6 @@ import ( "sync" "github.com/gotnospirit/messageformat" - "golang.org/x/exp/maps" ) const defaultLanguage = "en" // The language of the messages written in Go files.