diff --git a/examples/create-react-app/go.mod b/examples/create-react-app/go.mod index f6886c2..fd2b117 100644 --- a/examples/create-react-app/go.mod +++ b/examples/create-react-app/go.mod @@ -1,5 +1,8 @@ -module cra +module cra-go go 1.13 -require golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 +require ( + github.com/ImVexed/muon v0.0.0-20191002025434-ac0754bb0a30 // indirect + golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 +) diff --git a/examples/create-react-app/main.go b/examples/create-react-app/main.go index cf48215..913c880 100644 --- a/examples/create-react-app/main.go +++ b/examples/create-react-app/main.go @@ -2,8 +2,10 @@ package main import ( - "cra/webfiles" - "http" + "github.com/ImVexed/muon" + + "cra-go/webfiles" + "net/http" ) func main() { diff --git a/go.mod b/go.mod index f5fedfb..1c89108 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,3 @@ -module github.com/ImVexed/Muon +module github.com/ImVexed/muon go 1.13 - -require ( - github.com/capnm/sysinfo v0.0.0-20130621111458-5909a53897f3 - golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 -) diff --git a/muon.go b/muon.go index 420e86d..383a96f 100644 --- a/muon.go +++ b/muon.go @@ -6,7 +6,7 @@ import ( "reflect" "unsafe" - . "github.com/ImVexed/Muon/ultralight" + . "github.com/ImVexed/muon/ultralight" ) type Window struct {