load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "server", srcs = ["server.go"], importpath = "edge-infra.dev/pkg/f8n/devinfra/github-actions-exporter/server", visibility = ["//visibility:public"], deps = [ "@com_github_gin_gonic_gin//:gin", "@com_github_google_go_github_v47//github", ], )