summaryrefslogtreecommitdiff
path: root/bin-src/tls-pem2html.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-04-08 11:48:18 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2023-04-08 11:49:04 -0600
commita4694f183984ce78b1204e05dc869b4e66d8f775 (patch)
tree2962411f49703e0c3c87ad1c7527792da209d128 /bin-src/tls-pem2html.go
parente4f7af785c43f95f10c9f46cad80ca4515039130 (diff)
Update for modern Go
Diffstat (limited to 'bin-src/tls-pem2html.go')
-rw-r--r--bin-src/tls-pem2html.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin-src/tls-pem2html.go b/bin-src/tls-pem2html.go
index bc14f9a..02b38a0 100644
--- a/bin-src/tls-pem2html.go
+++ b/bin-src/tls-pem2html.go
@@ -10,7 +10,7 @@ import (
"sort"
"time"
- "./util"
+ "git.lukeshu.com/dashboard/bin-src/util"
)
func handleErr(err error, str string, a ...interface{}) {