From c592b6d195aedcd6ec86e8c60d3ba91d524e293b Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 19 Jun 2023 12:56:31 -0400 Subject: second reshuffling Signed-off-by: Xe Iaso --- cmd/marabot/main.go | 2 +- cmd/marabot/revolt.go | 2 +- cmd/within.website/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd') diff --git a/cmd/marabot/main.go b/cmd/marabot/main.go index bbf6e65..612a4bc 100644 --- a/cmd/marabot/main.go +++ b/cmd/marabot/main.go @@ -25,8 +25,8 @@ import ( "tailscale.com/hostinfo" "within.website/ln" "within.website/ln/opname" + "within.website/x/bundler" "within.website/x/internal" - "within.website/x/internal/bundler" "within.website/x/web" "within.website/x/web/revolt" ) diff --git a/cmd/marabot/revolt.go b/cmd/marabot/revolt.go index 4588713..33d1d06 100644 --- a/cmd/marabot/revolt.go +++ b/cmd/marabot/revolt.go @@ -10,8 +10,8 @@ import ( "github.com/aws/aws-sdk-go/service/s3/s3iface" "github.com/aws/aws-sdk-go/service/s3/s3manager" "within.website/ln" + "within.website/x/bundler" "within.website/x/internal" - "within.website/x/internal/bundler" "within.website/x/web/revolt" ) diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go index c95da9a..cea40d6 100644 --- a/cmd/within.website/main.go +++ b/cmd/within.website/main.go @@ -12,7 +12,7 @@ import ( "within.website/ln/ex" "within.website/ln/opname" "within.website/x/internal" - "within.website/x/vanity" + "within.website/x/web/vanity" ) //go:generate go-bindata -pkg main static -- cgit v1.2.3