diff --git a/cmd/mandump/context.go b/cmd/xmandump/context.go similarity index 100% rename from cmd/mandump/context.go rename to cmd/xmandump/context.go diff --git a/cmd/mandump/log.go b/cmd/xmandump/log.go similarity index 100% rename from cmd/mandump/log.go rename to cmd/xmandump/log.go diff --git a/cmd/mandump/main.go b/cmd/xmandump/main.go similarity index 99% rename from cmd/mandump/main.go rename to cmd/xmandump/main.go index 01613ab..5628e0a 100644 --- a/cmd/mandump/main.go +++ b/cmd/xmandump/main.go @@ -17,7 +17,7 @@ import ( "strings" "sync" - "go.spiff.io/mandump/internal/nxtools/xrepo" + "go.spiff.io/xmandump/internal/nxtools/xrepo" "github.com/klauspost/compress/zstd" "go.uber.org/zap" diff --git a/cmd/mandump/unix.go b/cmd/xmandump/unix.go similarity index 100% rename from cmd/mandump/unix.go rename to cmd/xmandump/unix.go diff --git a/go.mod b/go.mod index da6e3e2..900e35f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.spiff.io/mandump +module go.spiff.io/xmandump go 1.12 diff --git a/internal/nxtools/xrepo/repodata.go b/internal/nxtools/xrepo/repodata.go index 3c346a0..91f01ed 100644 --- a/internal/nxtools/xrepo/repodata.go +++ b/internal/nxtools/xrepo/repodata.go @@ -12,7 +12,7 @@ import ( "os" "sort" - "go.spiff.io/mandump/internal/nxtools/xbps" + "go.spiff.io/xmandump/internal/nxtools/xbps" "github.com/klauspost/compress/zstd" "howett.net/plist"