mirror of
https://github.com/rocky-linux/peridot.git
synced 2025-01-03 15:50:56 +00:00
ad0f7a5305
Upgrade to Go 1.20.5, Hydra v2 SDK, rules-go v0.44.2 (with proper resolves), protobuf v25.3 and mass upgrade of Go dependencies.
9 lines
290 B
Text
9 lines
290 B
Text
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "log",
|
|
srcs = ["log.go"],
|
|
importmap = "peridot.resf.org/vendor/github.com/emicklei/go-restful/v3/log",
|
|
importpath = "github.com/emicklei/go-restful/v3/log",
|
|
visibility = ["//visibility:public"],
|
|
)
|