From 986cd594ed8b7d929691e460d5b450191472726c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 24 May 2021 00:11:58 +0300 Subject: [PATCH] fix include paths --- go.mod | 3 +++ main.go | 2 +- rootfs/rootfs_test.go | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..4067504 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.sr.ht/~motiejus/undocker + +go 1.16 diff --git a/main.go b/main.go index 62e135c..c354cc5 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( "path/filepath" "runtime" - "git.sr.ht/~motiejus/code/undocker/rootfs" + "git.sr.ht/~motiejus/undocker/rootfs" ) const _usage = `Usage: diff --git a/rootfs/rootfs_test.go b/rootfs/rootfs_test.go index 101d717..245b6c9 100644 --- a/rootfs/rootfs_test.go +++ b/rootfs/rootfs_test.go @@ -7,7 +7,7 @@ import ( "reflect" "testing" - "git.sr.ht/~motiejus/code/undocker/internal/tartest" + "git.sr.ht/~motiejus/undocker/internal/tartest" ) type (