fix include paths

main
Motiejus Jakštys 2021-05-24 00:11:58 +03:00
parent f16bca5ce6
commit 986cd594ed
3 changed files with 5 additions and 2 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.sr.ht/~motiejus/undocker
go 1.16

View File

@ -7,7 +7,7 @@ import (
"path/filepath" "path/filepath"
"runtime" "runtime"
"git.sr.ht/~motiejus/code/undocker/rootfs" "git.sr.ht/~motiejus/undocker/rootfs"
) )
const _usage = `Usage: const _usage = `Usage:

View File

@ -7,7 +7,7 @@ import (
"reflect" "reflect"
"testing" "testing"
"git.sr.ht/~motiejus/code/undocker/internal/tartest" "git.sr.ht/~motiejus/undocker/internal/tartest"
) )
type ( type (