diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-06-19 12:56:31 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-06-19 12:56:31 -0400 |
| commit | c592b6d195aedcd6ec86e8c60d3ba91d524e293b (patch) | |
| tree | fbdb9fe9331ce491d606402d4b62ba5999ce6122 /cmd | |
| parent | 84e8f57b98fd1038e6f2fc401277d936ef45522a (diff) | |
| download | x-c592b6d195aedcd6ec86e8c60d3ba91d524e293b.tar.xz x-c592b6d195aedcd6ec86e8c60d3ba91d524e293b.zip | |
second reshuffling
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/marabot/main.go | 2 | ||||
| -rw-r--r-- | cmd/marabot/revolt.go | 2 | ||||
| -rw-r--r-- | cmd/within.website/main.go | 2 |
3 files changed, 3 insertions, 3 deletions
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 |
