diff options
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 |
