Skip to content

Commit

Permalink
update go mod file with latest common commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zw0610 committed Feb 3, 2022
1 parent c891819 commit 3659c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ require (
)

replace (
github.com/kubeflow/common v0.4.1 => github.com/zw0610/common v0.3.5-0.20220127061702-9569def7f73e
github.com/kubeflow/common v0.4.1 => github.com/zw0610/common v0.3.5-0.20220203120052-1aef17be3230
k8s.io/api => k8s.io/api v0.19.9
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.19.9
k8s.io/apimachinery => k8s.io/apimachinery v0.19.9
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@ github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/zw0610/common v0.3.5-0.20220127061702-9569def7f73e h1:UbK72kUwh9gREavUSxAPPsZtlcRE4sAfqC3/RVabFrA=
github.com/zw0610/common v0.3.5-0.20220127061702-9569def7f73e/go.mod h1:u0Z3YIAYlkyyHK/Mvpwmtqr4hRwhrgAdAos4dNxfnYg=
github.com/zw0610/common v0.3.5-0.20220203120052-1aef17be3230 h1:3Bsm3cB5ICn7iNYGEbPNgeYiNQ1AqNjgqrsAbnmdQFc=
github.com/zw0610/common v0.3.5-0.20220203120052-1aef17be3230/go.mod h1:u0Z3YIAYlkyyHK/Mvpwmtqr4hRwhrgAdAos4dNxfnYg=
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ=
Expand Down

0 comments on commit 3659c55

Please sign in to comment.