2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

chore: remove redundant module renaming

This commit is contained in:
sammy 2021-04-28 18:52:42 -04:00
parent d551d0f2ab
commit dc9bd1864c
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5

View File

@ -9,8 +9,8 @@ import (
"strings"
"github.com/bobappleyard/readline"
lua "github.com/yuin/gopher-lua"
luar "layeh.com/gopher-luar"
"github.com/yuin/gopher-lua"
"layeh.com/gopher-luar"
"mvdan.cc/sh/v3/interp"
"mvdan.cc/sh/v3/syntax"
)