diff --git a/distributed-services-with-go/src/proglog/StructureDataWithProtobuf/api/v1/go.mod b/distributed-services-with-go/src/proglog/StructureDataWithProtobuf/api/v1/go.mod index dc8681f..7c2583e 100644 --- a/distributed-services-with-go/src/proglog/StructureDataWithProtobuf/api/v1/go.mod +++ b/distributed-services-with-go/src/proglog/StructureDataWithProtobuf/api/v1/go.mod @@ -2,4 +2,4 @@ module github.com/WomenWhoGoTokyo/api/log_v1 go 1.21.6 -require google.golang.org/protobuf v1.32.0 +require google.golang.org/protobuf v1.33.0 diff --git a/distributed-services-with-go/src/proglog/StructureDataWithProtobuf/api/v1/go.sum b/distributed-services-with-go/src/proglog/StructureDataWithProtobuf/api/v1/go.sum index 5361bc7..2e26fa5 100644 --- a/distributed-services-with-go/src/proglog/StructureDataWithProtobuf/api/v1/go.sum +++ b/distributed-services-with-go/src/proglog/StructureDataWithProtobuf/api/v1/go.sum @@ -2,5 +2,5 @@ github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I= -google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= +google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= +google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=