From ac0ee4a6655f9532d2d664ee7ddcecb3f4112fbb Mon Sep 17 00:00:00 2001 From: Nico D'Cotta Date: Wed, 25 Oct 2023 16:53:56 +0100 Subject: [PATCH] release 1.2.0 --- go.mod | 2 +- handler.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7c9ff4a..7d16c1a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/cottand/grimd/v2 +module github.com/cottand/grimd require ( github.com/BurntSushi/toml v1.2.1 diff --git a/handler.go b/handler.go index bb99eb9..5a45a98 100644 --- a/handler.go +++ b/handler.go @@ -1,7 +1,7 @@ package main import ( - "github.com/cottand/grimd/v2/internal/metric" + "github.com/cottand/grimd/internal/metric" "net" "strings" "sync"