From 83e57f510af1ae1cef0f28c136310a588cb2919f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20J=C3=BCrgensmeyer?= Date: Sat, 2 Mar 2024 12:43:21 +0100 Subject: [PATCH] Retract v1 --- cmd/epoch/main.go | 2 +- go.mod | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cmd/epoch/main.go b/cmd/epoch/main.go index a0c126d..d8dd879 100644 --- a/cmd/epoch/main.go +++ b/cmd/epoch/main.go @@ -10,7 +10,7 @@ import ( "strings" "time" - "github.com/sj14/epoch/v0/pkg/epoch" + "github.com/sj14/epoch/pkg/epoch" ) var ( diff --git a/go.mod b/go.mod index b9bb1c1..e716e1b 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,9 @@ -module github.com/sj14/epoch/v0 +module github.com/sj14/epoch go 1.22 +retract [v1.2.0, v1.2.2] + require github.com/stretchr/testify v1.9.0 require (