diff --git a/examples/create-react-app/.gitignore b/examples/create-react-app/.gitignore index 544dfe8..040a711 100644 --- a/examples/create-react-app/.gitignore +++ b/examples/create-react-app/.gitignore @@ -1,3 +1,4 @@ go.sum webfiles/ab0x.go -.vscode/ \ No newline at end of file +.vscode/ +cra-go \ No newline at end of file diff --git a/examples/create-react-app/cra-go b/examples/create-react-app/cra-go deleted file mode 100755 index ed29db7..0000000 Binary files a/examples/create-react-app/cra-go and /dev/null differ diff --git a/examples/create-react-app/go.mod b/examples/create-react-app/go.mod index 67c5923..8bd61f3 100644 --- a/examples/create-react-app/go.mod +++ b/examples/create-react-app/go.mod @@ -3,6 +3,6 @@ module cra-go go 1.13 require ( - github.com/ImVexed/muon v0.0.0-20191004212303-f7aa6a2d7142 + github.com/ImVexed/muon v0.0.0-20191007190516-f77a06ba12f4 golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 ) diff --git a/go.mod b/go.mod index 1c89108..5e6af3e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module github.com/ImVexed/muon go 1.13 + +require golang.org/x/net v0.0.0-20191007182048-72f939374954 // indirect