Skip to content

Commit

Permalink
SD-RAN Engineering Team Assignment_240702 (#405)
Browse files Browse the repository at this point in the history
* ---
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>
  • Loading branch information
4 people authored Jul 5, 2024
1 parent c2b08c8 commit fbdd323
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 189 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.34-dev
0.10.34
20 changes: 10 additions & 10 deletions go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ go 1.19
require (
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.3.0
github.com/openconfig/gnmi v0.9.1
github.com/stretchr/testify v1.8.2
google.golang.org/grpc v1.54.0
github.com/golang/protobuf v1.5.4
github.com/google/uuid v1.6.0
github.com/openconfig/gnmi v0.11.0
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.64.0
gotest.tools v2.2.0+incompatible
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/protobuf v1.28.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit fbdd323

Please sign in to comment.