mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-19 03:41:24 +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.
27 lines
585 B
Python
27 lines
585 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "uuid",
|
|
srcs = [
|
|
"dce.go",
|
|
"doc.go",
|
|
"hash.go",
|
|
"marshal.go",
|
|
"node.go",
|
|
"node_js.go",
|
|
"node_net.go",
|
|
"null.go",
|
|
"sql.go",
|
|
"time.go",
|
|
"util.go",
|
|
"uuid.go",
|
|
"version1.go",
|
|
"version4.go",
|
|
"version6.go",
|
|
"version7.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/github.com/google/uuid",
|
|
importpath = "github.com/google/uuid",
|
|
visibility = ["//visibility:public"],
|
|
)
|