load("@io_bazel_rules_go//go:def.bzl", "go_test") go_test( name = "integration_test", srcs = ["release_push_test.go"], tags = [ "integration", "requires-network", ], visibility = ["//visibility:public"], deps = [ "//pkg/f8n/warehouse/packagelock", "//pkg/f8n/warehouse/pallet", "//pkg/f8n/warehouse/release", "//test/f2", "//test/f2/x/warehouse", "@com_github_google_go_containerregistry//pkg/registry", "@com_github_stretchr_testify//assert", ], )