From aa839e4a15ee543b73b3e40c4516705a13e9cf30 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Tue, 30 Nov 2021 13:06:52 +0800 Subject: [PATCH] update go.mod --- go.mod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index a273d99..97e0025 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,6 @@ module kumoly.io/tools/kclock go 1.17 -require ( - github.com/mattn/go-isatty v0.0.14 // indirect - golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect -) +require github.com/mattn/go-isatty v0.0.14 + +require golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect