diff --git a/go.mod b/go.mod index d0c71ae..f80e9c9 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module tsplot +module github.com/bitly/tsplot go 1.14 diff --git a/tscli/main.go b/tscli/main.go index b67855d..6024527 100644 --- a/tscli/main.go +++ b/tscli/main.go @@ -9,9 +9,9 @@ import ( "strconv" "strings" "time" - "tsplot/tsplot" monitoring "cloud.google.com/go/monitoring/apiv3/v2" + "github.com/bitly/tsplot/tsplot" "github.com/spf13/cobra" "golang.org/x/image/colornames" "gonum.org/v1/plot/vg"