fixed module file, imports

This commit is contained in:
Alex Bernat 2021-06-09 13:35:55 -05:00
parent 50750e2aa8
commit 7948bd71f5
2 changed files with 1 additions and 3 deletions

View File

@ -34,7 +34,7 @@
package main
import (
"github.com/SRI-CSL/gllvm/shared"
"github.com/SRI-CSL/gllvm/shared"
"os"
)

2
go.mod
View File

@ -1,5 +1,3 @@
module github.com/SRI-CSL/gllvm
go 1.16
require github.com/SRI-CSL/gllvm v1.3.0