From ff5243c435ea2a4f7dcb504f87c40c484e90f098 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sun, 25 Oct 2020 20:40:08 +0000 Subject: [PATCH] rename to astro-domu --- go.mod | 2 +- main.go | 2 +- ui.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e58f090..a658bdd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jordanorelli/belt-mud +module github.com/jordanorelli/astro-domu go 1.14 diff --git a/main.go b/main.go index 153f184..b60eab1 100644 --- a/main.go +++ b/main.go @@ -4,7 +4,7 @@ import ( "os" "time" - "github.com/jordanorelli/belt-mud/internal/exit" + "github.com/jordanorelli/astro-domu/internal/exit" "github.com/jordanorelli/blammo" ) diff --git a/ui.go b/ui.go index cc72035..da04024 100644 --- a/ui.go +++ b/ui.go @@ -5,7 +5,7 @@ import ( "time" "github.com/gdamore/tcell/v2" - "github.com/jordanorelli/belt-mud/internal/exit" + "github.com/jordanorelli/astro-domu/internal/exit" "github.com/jordanorelli/blammo" )