Skip to content

Commit

Permalink
Merge pull request #127 from openconfig/hines
Browse files Browse the repository at this point in the history
Update build rule to have proper import path
  • Loading branch information
marcushines authored Feb 14, 2024
2 parents d01210a + e76de69 commit 1922fa8
Show file tree
Hide file tree
Showing 9 changed files with 481 additions and 472 deletions.
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
workspace(name = "com_github_openconfig_bootz")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

Expand Down
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ def go_dependencies():
go_repository(
name = "com_github_openconfig_gnsi",
importpath = "github.com/openconfig/gnsi",
sum = "h1:JIC6+uVg39jLx3K39g/n6+J7b+c8FKU8TgwFAxmON+A=",
version = "v1.2.1",
sum = "h1:P6MjCnLZuINIivGLbp4No1HarZt7456wuJRNbSQyGu0=",
version = "v1.2.5",
)

go_repository(
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/h-fam/errdiff v1.0.2
github.com/insomniacslk/dhcp v0.0.0-20230908212754-65c27093e38a
github.com/openconfig/gnmi v0.0.0-20220617175856-41246b1b3507
github.com/openconfig/gnsi v1.2.3
github.com/openconfig/gnsi v1.2.5
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.31.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ github.com/openconfig/gnmi v0.0.0-20220617175856-41246b1b3507 h1:tv9HygDMXnoGyWu
github.com/openconfig/gnmi v0.0.0-20220617175856-41246b1b3507/go.mod h1:ycJVRtLs20E2c1WD+9oacgxbrBFwQygd8/uaOuGMlfc=
github.com/openconfig/gnoi v0.0.0-20220809151450-6bddacd72ef8 h1:f16l9DWXmpWcBG+76o5kv3A98SU9YdGu/zp2IvUnZoM=
github.com/openconfig/gnoi v0.0.0-20220809151450-6bddacd72ef8/go.mod h1:ZMRwQ7maVNSOjie3Jn67fW5WY7UDrFSiYSlV/GxthQs=
github.com/openconfig/gnsi v1.2.3 h1:Y/fBMQOn5xqdo9xuT7AK2YHSRejx/ws4sDOMBCHQG6w=
github.com/openconfig/gnsi v1.2.3/go.mod h1:QikTHkm468uc2rq/kVhETfyZ6FPeM+zitubrHBbB0HE=
github.com/openconfig/gnsi v1.2.5 h1:P6MjCnLZuINIivGLbp4No1HarZt7456wuJRNbSQyGu0=
github.com/openconfig/gnsi v1.2.5/go.mod h1:jzPF4rVWPHhIG0F3t910Hh2VqqTbSfv18shbgE4AXhw=
github.com/pelletier/go-toml/v2 v2.0.9 h1:uH2qQXheeefCCkuBBSLi7jCiSmj3VRh2+Goq2N7Xxu0=
github.com/pelletier/go-toml/v2 v2.0.9/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pierrec/lz4/v4 v4.1.14/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
Expand Down
1 change: 1 addition & 0 deletions proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use_new_compilers()
proto_library(
name = "bootz_proto",
srcs = ["bootz.proto"],
import_prefix = "github.com/openconfig/bootz",
deps = [
"@com_github_openconfig_gnsi//authz:authz_proto",
"@com_github_openconfig_gnsi//certz:certz_proto",
Expand Down
Loading

0 comments on commit 1922fa8

Please sign in to comment.