move to sr.ht
This commit is contained in:
@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["cmdrootfs.go"],
|
||||
importpath = "github.com/motiejus/code/undocker/internal/cmdrootfs",
|
||||
importpath = "git.sr.ht/~motiejus/code/undocker/internal/cmdrootfs",
|
||||
visibility = ["//src/undocker:__subpackages__"],
|
||||
deps = [
|
||||
"//src/undocker/rootfs:go_default_library",
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"os"
|
||||
|
||||
goflags "github.com/jessevdk/go-flags"
|
||||
"github.com/motiejus/code/undocker/rootfs"
|
||||
"git.sr.ht/~motiejus/code/undocker/rootfs"
|
||||
)
|
||||
|
||||
const _description = "Flatten a docker container image to a tarball"
|
||||
|
||||
Reference in New Issue
Block a user