Update module path - build files
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user