move to sr.ht

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent e188935655
commit a688450fb8
12 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ go_library(
"rootfs.go",
"tree.go",
],
importpath = "github.com/motiejus/code/undocker/rootfs",
importpath = "git.sr.ht/~motiejus/code/undocker/rootfs",
visibility = ["//visibility:public"],
)

View File

@@ -6,7 +6,7 @@ import (
"encoding/json"
"testing"
"github.com/motiejus/code/undocker/internal/tartest"
"git.sr.ht/~motiejus/code/undocker/internal/tartest"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)