deps: Fix Chroma dependency version

Fixes #11311
This commit is contained in:
Joe Mooring
2023-07-31 10:06:51 -07:00
committed by Bjørn Erik Pedersen
parent 92c1594372
commit 58da8554cb
3 changed files with 35 additions and 3 deletions

2
go.mod
View File

@@ -105,7 +105,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.18.3 // indirect
github.com/aws/smithy-go v1.13.5 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/swag v0.19.5 // indirect
github.com/golang-jwt/jwt/v4 v4.0.0 // indirect