From 1ee6a96d83430b0b69398afd3437013ea9ddaff1 Mon Sep 17 00:00:00 2001 From: "Derrick J. Wippler" Date: Wed, 10 Apr 2019 15:05:45 -0500 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ddca6aa..73c1011 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/golang/groupcache +module github.com/mailgun/groupcache require github.com/golang/protobuf v1.3.1