From 8b0a5f50a1475e25896e349d7406276b3683247d Mon Sep 17 00:00:00 2001 From: Thomas Chavakis Date: Thu, 8 Sep 2022 22:52:03 +0200 Subject: [PATCH] update geojson library (#55) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5a864d9..63fa7a0 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/tomchavakis/turf-go go 1.19 -require github.com/tomchavakis/geojson v0.0.3 +require github.com/tomchavakis/geojson v0.0.5 diff --git a/go.sum b/go.sum index 1ba58d5..36523df 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/tomchavakis/geojson v0.0.3 h1:JRCom5X9ZVG9Zw0jNb7ytpcd15UCMKW9xrZdeHgBg7I= -github.com/tomchavakis/geojson v0.0.3/go.mod h1:KYAKpqPQmGXQx4V8H9VMpr/GN8D6LdJxljkCXhyKiRI= +github.com/tomchavakis/geojson v0.0.5 h1:4A2lVdwhKurcjxhozIkXIZLzQl4Cdhh4zyIBtvcW6oE= +github.com/tomchavakis/geojson v0.0.5/go.mod h1:cV7rPpWhNXW+WnHlIo3od3KKfiekyVqe0gG2N+krlB4=