Update module path - build files

This commit is contained in:
2021-08-10 20:16:40 -04:00
parent ceca6a39f4
commit 5e34a860c9
10 changed files with 55 additions and 29 deletions

@ -2,10 +2,10 @@ package rbxbuilder
import (
"bytes"
"ci.itzana.me/itzaname/rbxfile"
"ci.itzana.me/itzaname/rbxfile/xml"
"encoding/json"
"fmt"
"git.itzana.me/itzaname/rbxfile"
"git.itzana.me/itzaname/rbxfile/xml"
"os"
"path/filepath"
"sort"

@ -1,9 +1,9 @@
package rbxbuilder
import (
"ci.itzana.me/itzaname/rbxfile"
"ci.itzana.me/itzaname/rbxfile/xml"
"fmt"
"git.itzana.me/itzaname/rbxfile"
"git.itzana.me/itzaname/rbxfile/xml"
"os"
"path/filepath"
"sort"

@ -2,9 +2,9 @@ package rbxbuilder
import (
"bytes"
"ci.itzana.me/itzaname/rbxfile"
"ci.itzana.me/itzaname/rbxfile/xml"
"encoding/json"
"git.itzana.me/itzaname/rbxfile"
"git.itzana.me/itzaname/rbxfile/xml"
"io/ioutil"
"os"
"path/filepath"

@ -1,7 +1,7 @@
package rbxbuilder
import (
"ci.itzana.me/itzaname/rbxfile"
"git.itzana.me/itzaname/rbxfile"
"github.com/google/uuid"
"io/ioutil"
"os"