diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-02-14 14:06:30 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-02-17 22:16:09 +0000 |
| commit | 8ad800dd406a16e5c45c320a7eddd75a1013f7d9 (patch) | |
| tree | 235f449c2d3dd97c2251443f08c17b6812d6c89f /go.mod | |
| parent | 429ea00719313e5b518a2093a9f48c79bb7b5f52 (diff) | |
go.mod: add github.com/google/keep-sorted
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
