From 0f23f55536dadabd235d448c73cc4f041735f9fa Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Thu, 7 May 2020 14:53:30 -0700 Subject: [PATCH] Fix go modules. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d428315..8e92288 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ // TODO: update the module path below to match your own repository -module github.com/shishir-a412ed/nomad-driver-containerd +module github.com/Roblox/nomad-driver-containerd go 1.12