Skip to content

Commit a49fa0e

Browse files
committed
Update glog to 1.2.4
1 parent 8ec0a87 commit a49fa0e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/BenchmarksApps/Grpc/BasicGoServer/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.21
55
require (
66
google.golang.org/grpc v1.64.1
77
google.golang.org/protobuf v1.34.1
8+
github.com/golang/glog v1.2.4
89
)
910

1011
require (

src/BenchmarksApps/Grpc/GoClient/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.21
55
require (
66
google.golang.org/grpc v1.65.0
77
google.golang.org/protobuf v1.34.2
8+
github.com/golang/glog v1.2.4
89
)
910

1011
require (

src/BenchmarksApps/Grpc/GoServer/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.21
55
require (
66
google.golang.org/grpc v1.65.0
77
google.golang.org/protobuf v1.34.2
8+
github.com/golang/glog v1.2.4
89
)
910

1011
require (

0 commit comments

Comments
 (0)