load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
    name = "terminaladdress",
    srcs = ["terminaladdress.go"],
    importpath = "edge-infra.dev/pkg/edge/edgecli/commands/terminal/terminaladdress",
    visibility = ["//visibility:public"],
    deps = [
        "//pkg/edge/edgecli",
        "//pkg/edge/edgecli/commands/terminal/terminaladdress/modify",
        "//pkg/lib/cli/command",
    ],
)