From 73f08be7a2c51124d2d985a4949a3e3c04c86095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:50:30 -0800 Subject: [PATCH] fix(deps): update github.com/alecthomas/go-thrift digest to b383ff0 (#304) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- _examples/go.mod | 2 +- _examples/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_examples/go.mod b/_examples/go.mod index 649e1f12..6aa9825f 100644 --- a/_examples/go.mod +++ b/_examples/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/alecthomas/assert/v2 v2.1.0 - github.com/alecthomas/go-thrift v0.0.0-20170109061633-7914173639b2 + github.com/alecthomas/go-thrift v0.0.0-20220915213326-b383ff0e9ca1 github.com/alecthomas/kong v0.6.1 github.com/alecthomas/participle/v2 v2.0.0-beta.5 github.com/alecthomas/repr v0.1.0 diff --git a/_examples/go.sum b/_examples/go.sum index aa76b1c4..efba8b9b 100644 --- a/_examples/go.sum +++ b/_examples/go.sum @@ -2,6 +2,8 @@ github.com/alecthomas/assert/v2 v2.1.0 h1:tbredtNcQnoSd3QBhQWI7QZ3XHOVkw1Moklp2o github.com/alecthomas/assert/v2 v2.1.0/go.mod h1:b/+1DI2Q6NckYi+3mXyH3wFb8qG37K/DuK80n7WefXA= github.com/alecthomas/go-thrift v0.0.0-20170109061633-7914173639b2 h1:gKv6LPDhF/G3cNribA+kZtNPiPpKabZGLhcJuEtp3ig= github.com/alecthomas/go-thrift v0.0.0-20170109061633-7914173639b2/go.mod h1:CxCgO+NdpMdi9SsTlGbc0W+/UNxO3I0AabOEJZ3w61w= +github.com/alecthomas/go-thrift v0.0.0-20220915213326-b383ff0e9ca1 h1:1dmVFISCxlfv+qSa2ak7TkebZ8w4kTRCqb4Uoj9MG5U= +github.com/alecthomas/go-thrift v0.0.0-20220915213326-b383ff0e9ca1/go.mod h1:8dI6rFLWpVn5UKQjYBQMzTAszkI5SDMGOy7iHYbR0sw= github.com/alecthomas/kong v0.6.1 h1:1kNhcFepkR+HmasQpbiKDLylIL8yh5B5y1zPp5bJimA= github.com/alecthomas/kong v0.6.1/go.mod h1:JfHWDzLmbh/puW6I3V7uWenoh56YNVONW+w8eKeUr9I= github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142/go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8=