From e5bf9851ff3fc8748a2c770415a13a7a0244ba55 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Wed, 3 Feb 2021 14:27:46 -0600 Subject: Go 1.16: embed and io/fs --- devices/devices.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devices/devices.go') diff --git a/devices/devices.go b/devices/devices.go index 1574354..f9c6265 100644 --- a/devices/devices.go +++ b/devices/devices.go @@ -2,7 +2,7 @@ package devices import ( "log" - "github.com/xxxserxxx/lingo" + "github.com/xxxserxxx/lingo/v2" ) const ( -- cgit v1.2.3