Skip to content

Commit

Permalink
Merge 4dbb963 into 66883b0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Aug 6, 2019
2 parents 66883b0 + 4dbb963 commit 4595b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")

go_repository(
name = "google_ml_metadata",
commit = "0fb82dc56ff7",
importpath = "github.com/google/ml-metadata",
tag = "v0.13.2",
)

new_git_repository(
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/google/btree v0.0.0-20180124185431-e89373fe6b4a // indirect
github.com/google/go-cmp v0.2.0
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/google/ml-metadata v0.13.2
github.com/google/ml-metadata v0.0.0-20190214221617-0fb82dc56ff7
github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 // indirect
github.com/google/uuid v1.0.0
github.com/googleapis/gnostic v0.2.0 // indirect
Expand Down

0 comments on commit 4595b1a

Please sign in to comment.