From 8ad800dd406a16e5c45c320a7eddd75a1013f7d9 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 14 Feb 2025 14:06:30 +0100 Subject: go.mod: add github.com/google/keep-sorted --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index fe50da71b..726939a8c 100644 --- a/go.mod +++ b/go.mod @@ -20,6 +20,7 @@ require ( github.com/google/flatbuffers v25.1.24+incompatible github.com/google/generative-ai-go v0.19.0 github.com/google/go-cmp v0.6.0 + github.com/google/keep-sorted v0.6.0 github.com/google/uuid v1.6.0 github.com/gorilla/handlers v1.5.2 github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 @@ -72,6 +73,7 @@ require ( github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect github.com/Masterminds/semver/v3 v3.3.0 // indirect github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect + github.com/Workiva/go-datastructures v1.0.53 // indirect github.com/alecthomas/go-check-sumtype v0.3.1 // indirect github.com/alexkohler/nakedret/v2 v2.0.5 // indirect github.com/alexkohler/prealloc v1.0.0 // indirect -- cgit mrf-deployment