diff --git a/examples/create-react-app/go.mod b/examples/create-react-app/go.mod index a9c4592..15d3f25 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-20191009145610-caeea31ca3eb + github.com/ImVexed/muon v0.0.0-20191017043257-ae2a6637f296 golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 )