From 1e9f579043e565908c105d26b46e820678a6465d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 7 Jan 2019 22:27:10 -0700 Subject: [PATCH] use go1.11 modules --- cmd/sclient/main.go | 2 +- go.mod | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 go.mod diff --git a/cmd/sclient/main.go b/cmd/sclient/main.go index 80ed00f..35421e0 100644 --- a/cmd/sclient/main.go +++ b/cmd/sclient/main.go @@ -7,7 +7,7 @@ import ( "strconv" "strings" - sclient "git.coolaj86.com/sclient.go" + sclient "git.coolaj86.com/coolaj86/sclient.go" ) func usage() { diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..8d4f363 --- /dev/null +++ b/go.mod @@ -0,0 +1 @@ +module git.coolaj86.com/coolaj86/sclient.go