From d0e58ea7547d73614031d09df7bc0dc559db2da9 Mon Sep 17 00:00:00 2001 From: "maksim.konovalov" Date: Mon, 13 Jan 2025 22:17:40 +0300 Subject: [PATCH] Fix example customers go mod --- examples/customer/go-service/go.mod | 2 +- examples/customer/go-service/go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/customer/go-service/go.mod b/examples/customer/go-service/go.mod index baeb258..94e1769 100644 --- a/examples/customer/go-service/go.mod +++ b/examples/customer/go-service/go.mod @@ -34,7 +34,7 @@ require ( github.com/spf13/pflag v1.0.5 // indirect github.com/subosito/gotenv v1.6.0 // indirect github.com/tarantool/go-iproto v1.1.0 // indirect - github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect + github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect diff --git a/examples/customer/go-service/go.sum b/examples/customer/go-service/go.sum index 09fdd79..34c1a8d 100644 --- a/examples/customer/go-service/go.sum +++ b/examples/customer/go-service/go.sum @@ -98,6 +98,7 @@ github.com/tarantool/go-tarantool/v2 v2.1.1-0.20240922082035-592db69eed86/go.mod github.com/tarantool/go-tarantool/v2 v2.2.1/go.mod h1:hKKeZeCP8Y8+U6ZFS32ot1jHV/n4WKVP4fjRAvQznMY= github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU= github.com/vmihailenco/msgpack/v5 v5.3.5/go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc= +github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok= github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g= github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds= go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=