diff --git a/go.mod b/go.mod index 296c189..36efc7b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/DataDog/documentor go 1.24 require ( - git.sr.ht/~jamesponddotco/xstd-go v0.8.0 + git.sr.ht/~jamesponddotco/xstd-go v0.13.1 github.com/liushuangls/go-anthropic/v2 v2.13.1 github.com/sashabaranov/go-openai v1.37.0 github.com/urfave/cli/v2 v2.27.5 diff --git a/go.sum b/go.sum index a28cb4e..7e88cd1 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -git.sr.ht/~jamesponddotco/xstd-go v0.8.0 h1:2FcwEvLunzTL/tSvlcs+pO60O8rlkIcr8bSoJWuT2W0= -git.sr.ht/~jamesponddotco/xstd-go v0.8.0/go.mod h1:L0SjmhDqcj/gR7oeNof+ed6l9VPk6oHPeNQSoaFBRFk= +git.sr.ht/~jamesponddotco/xstd-go v0.13.1 h1:WSx3We/VOiZU9ohxxHXOoG48ZTp7RNMd+rY+/qlooXQ= +git.sr.ht/~jamesponddotco/xstd-go v0.13.1/go.mod h1:2ImaAMHwlIUZQG4RDk7utC9ZG5HL+l6uQ3pwMjq1Q5s= github.com/cpuguy83/go-md2man/v2 v2.0.5 h1:ZtcqGrnekaHpVLArFSe4HK5DoKx1T0rq2DwVB0alcyc= github.com/cpuguy83/go-md2man/v2 v2.0.5/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/liushuangls/go-anthropic/v2 v2.13.1 h1:RiLr5Ec7gDFu3BFiT/I65mdUI3+OxSjSHooqY/VLJ+Y=