From bd8a5619e692cc4319bab9bec0e00948bdda3fdd Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sat, 6 May 2023 02:12:15 -0700 Subject: [PATCH] cleaning up imports --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 51885e4..7b75cb3 100644 --- a/main.go +++ b/main.go @@ -5,9 +5,9 @@ import ( "path/filepath" "time" - "git.sr.ht/~thrrgilag/woodstock" "git.wntrmute.dev/kyle/nlink/nomad" + "git.sr.ht/~thrrgilag/woodstock" "git.wntrmute.dev/kyle/goutils/config" "git.wntrmute.dev/kyle/goutils/die" log "git.wntrmute.dev/kyle/goutils/syslog"