summaryrefslogtreecommitdiffstats
path: root/logging
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2021-02-03 12:28:46 -0600
committerSean E. Russell <ser@ser1.net>2021-02-03 12:28:46 -0600
commit7b19606acc610929a24351bcdccc62c9cf4f8b09 (patch)
treea701e686bbd23afacbc451de333f939ae220c558 /logging
parentbda3aad123b0f63c2f436ce697131fd44908f7ca (diff)
Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.
Diffstat (limited to 'logging')
-rw-r--r--logging/logging.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging/logging.go b/logging/logging.go
index 20a0134..449c344 100644
--- a/logging/logging.go
+++ b/logging/logging.go
@@ -8,7 +8,7 @@ import (
"path/filepath"
"sync"
- "github.com/jdkeke142/lingo-toml"
+ "github.com/xxxserxxx/lingo"
"github.com/xxxserxxx/gotop/v4"
)