2023-11-08 17:26:23 +00:00
|
|
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
|
|
|
|
go_library(
|
|
|
|
name = "optremotedestroy",
|
|
|
|
srcs = ["optremotedestroy.go"],
|
2023-11-08 18:52:28 +00:00
|
|
|
importpath = "github.com/pulumi/pulumi/sdk/v3/go/auto/optremotedestroy",
|
2023-11-08 17:26:23 +00:00
|
|
|
visibility = ["//visibility:public"],
|
2024-03-18 19:06:39 +00:00
|
|
|
deps = ["//sdk/go/auto/events"],
|
2023-11-08 17:26:23 +00:00
|
|
|
)
|
2023-11-08 18:13:05 +00:00
|
|
|
|
|
|
|
alias(
|
|
|
|
name = "go_default_library",
|
|
|
|
actual = ":optremotedestroy",
|
|
|
|
visibility = ["//visibility:public"],
|
|
|
|
)
|