update deps; switch to goutils syslog.
This commit is contained in:
@@ -3,8 +3,11 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
|
||||
go_library(
|
||||
name = "iptools",
|
||||
srcs = [
|
||||
"hardware_address.go",
|
||||
"lease_info.go",
|
||||
"pool.go",
|
||||
"range.go",
|
||||
"tools.go",
|
||||
],
|
||||
importpath = "git.wntrmute.dev/kyle/kdhcp/iptools",
|
||||
visibility = ["//visibility:public"],
|
||||
@@ -12,6 +15,10 @@ go_library(
|
||||
|
||||
go_test(
|
||||
name = "iptools_test",
|
||||
srcs = ["range_test.go"],
|
||||
srcs = [
|
||||
"hardware_address_test.go",
|
||||
"pool_test.go",
|
||||
"range_test.go",
|
||||
],
|
||||
embed = [":iptools"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user