update deps; switch to goutils syslog.

This commit is contained in:
2023-05-05 07:13:46 +00:00
parent 7b7f1ea8a9
commit c475287fb1
17 changed files with 139 additions and 234 deletions

View File

@@ -10,7 +10,7 @@ go_library(
visibility = ["//visibility:public"],
deps = [
"//iptools",
"//log",
"@dev_wntrmute_git_kyle_goutils//syslog",
"@in_gopkg_yaml_v2//:yaml_v2",
],
)

View File

@@ -6,8 +6,8 @@ import (
"io/ioutil"
"net"
log "git.wntrmute.dev/kyle/goutils/syslog"
"git.wntrmute.dev/kyle/kdhcp/iptools"
"git.wntrmute.dev/kyle/kdhcp/log"
"gopkg.in/yaml.v2"
)

View File

@@ -5,7 +5,7 @@ import (
"os/user"
"path/filepath"
"git.wntrmute.dev/kyle/kdhcp/log"
log "git.wntrmute.dev/kyle/goutils/syslog"
)
func FindConfigPath() string {