diff --git a/examples/create-react-app/go.mod b/examples/create-react-app/go.mod index a30a37c..a2f37df 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-20191008003238-79fe390b3ffc + github.com/ImVexed/muon v0.0.0-20191007194623-27d77358ffa7 golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 )