Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
pindown the version of github.com/openconfig/gnoi (#76)
Browse files Browse the repository at this point in the history
Fix sonic-net/sonic-buildimage#7268

- Why I did it
The error message below is occurred in building image.
```
gnmi_server/server.go:144:42: cannot use srv (type *Server) as type system.SystemServer in argument to system.RegisterSystemServer:
  *Server does not implement system.SystemServer (missing system.mustEmbedUnimplementedSystemServer method)
```

- How I did it
Lock the version of github.com/openconfig/gnoi to previous version.
  • Loading branch information
MuLinForest authored Apr 9, 2021
1 parent 33acd5b commit 1c3f75e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ require (
)

replace github.com/Azure/sonic-mgmt-common => ../sonic-mgmt-common
replace github.com/openconfig/gnoi => github.com/openconfig/gnoi v0.0.0-20201210212451-209899112bb7

0 comments on commit 1c3f75e

Please sign in to comment.