Skip to content

Commit fbdd323

Browse files
yhm1620dependabot[bot]sodyn99Woojoong Kim
authored
SD-RAN Engineering Team Assignment_240702 (#405)
* --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * --- updated-dependencies: - dependency-name: github.com/openconfig/gnmi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * --- updated-dependencies: - dependency-name: github.com/golang/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump up version Signed-off-by: Woojoong Kim <woojoong.kim@intel.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Lee Sungjin <sodyn99@gmail.com> Signed-off-by: Woojoong Kim <woojoong.kim@intel.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lee Sungjin <sodyn99@gmail.com> Co-authored-by: Woojoong Kim <woojoong.kim@intel.com>
1 parent c2b08c8 commit fbdd323

File tree

3 files changed

+31
-189
lines changed

3 files changed

+31
-189
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.34-dev
1+
0.10.34

go/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ go 1.19
55
require (
66
github.com/gogo/protobuf v1.3.2
77
github.com/golang/mock v1.6.0
8-
github.com/golang/protobuf v1.5.3
9-
github.com/google/uuid v1.3.0
10-
github.com/openconfig/gnmi v0.9.1
11-
github.com/stretchr/testify v1.8.2
12-
google.golang.org/grpc v1.54.0
8+
github.com/golang/protobuf v1.5.4
9+
github.com/google/uuid v1.6.0
10+
github.com/openconfig/gnmi v0.11.0
11+
github.com/stretchr/testify v1.9.0
12+
google.golang.org/grpc v1.64.0
1313
gotest.tools v2.2.0+incompatible
1414
)
1515

1616
require (
1717
github.com/davecgh/go-spew v1.1.1 // indirect
18-
github.com/google/go-cmp v0.5.9 // indirect
18+
github.com/google/go-cmp v0.6.0 // indirect
1919
github.com/kr/pretty v0.2.0 // indirect
2020
github.com/pkg/errors v0.9.1 // indirect
2121
github.com/pmezard/go-difflib v1.0.0 // indirect
22-
golang.org/x/net v0.8.0 // indirect
23-
golang.org/x/sys v0.6.0 // indirect
24-
golang.org/x/text v0.8.0 // indirect
22+
golang.org/x/net v0.22.0 // indirect
23+
golang.org/x/sys v0.18.0 // indirect
24+
golang.org/x/text v0.14.0 // indirect
2525
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
26-
google.golang.org/protobuf v1.28.1 // indirect
26+
google.golang.org/protobuf v1.33.0 // indirect
2727
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2828
gopkg.in/yaml.v3 v3.0.1 // indirect
2929
)

0 commit comments

Comments
 (0)