Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Apr 19, 2023
1 parent cdcd5fd commit 69a79f0
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/bentoml/yatai-deployment v1.1.11-0.20230418104942-a261c27b7438
github.com/bentoml/yatai-image-builder v1.1.4
github.com/bentoml/yatai-image-builder v1.1.5-0.20230419094902-73c4d8be61f6
github.com/huandu/xstrings v1.3.2
github.com/pkg/errors v0.9.1
k8s.io/api v0.25.0
Expand Down Expand Up @@ -70,3 +70,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/bentoml/yatai-image-builder => github.com/bentoml/yatai-image-builder v1.1.5-0.20230419094902-73c4d8be61f6
Loading

0 comments on commit 69a79f0

Please sign in to comment.