From b61191102a2e4b4251f0881b9812de5c97dd6e0a Mon Sep 17 00:00:00 2001 From: ImVexed Date: Mon, 7 Oct 2019 19:58:03 -0500 Subject: [PATCH] Example version bump --- examples/create-react-app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )