mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-18 19:31:25 +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.
15 lines
398 B
Python
15 lines
398 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "httpsnoop",
|
|
srcs = [
|
|
"capture_metrics.go",
|
|
"docs.go",
|
|
"wrap_generated_gteq_1.8.go",
|
|
"wrap_generated_lt_1.8.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/github.com/felixge/httpsnoop",
|
|
importpath = "github.com/felixge/httpsnoop",
|
|
visibility = ["//visibility:public"],
|
|
)
|