From df9e8112ae1a78b6820bcad6d96649ab87733532 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 4 Aug 2020 13:58:24 +0200 Subject: [PATCH] Add go.mod Keeping the go version to 1.12 for now, as this module doesn't require "latest and greatest" Signed-off-by: Sebastiaan van Stijn --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..42911d7 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/docker/go-units + +go 1.12