From c6b6252270e94d4512884187135df1c1a20f5734 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 10 Nov 2024 15:37:17 +0100 Subject: build(golatt): upgrade to 0.2.0 --- go.mod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index cb5bfce..4e9d28f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,6 @@ module now go 1.23.2 -require ( - github.com/anhgelus/golatt v0.1.0 // indirect - github.com/gorilla/mux v1.8.1 // indirect -) +require github.com/anhgelus/golatt v0.2.0 + +require github.com/gorilla/mux v1.8.1 // indirect -- cgit v1.2.3