From a051384051d43d3380e662197faf0697c8697287 Mon Sep 17 00:00:00 2001 From: Manuel Doncel Martos Date: Thu, 5 Dec 2024 23:40:57 +0100 Subject: [PATCH] updating examples --- examples/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index b951a3b..b092251 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -2,6 +2,6 @@ module examples go 1.23 -replace github.com/manuelarte/gotime v0.0.0-20241202135225-37832ac5075a => ../ +replace github.com/manuelarte/gotime v0.0.1 => ../ -require github.com/manuelarte/gotime v0.0.0-20241202135225-37832ac5075a +require github.com/manuelarte/gotime v0.0.1