Skip to content

Commit

Permalink
fix: update coder/kaniko to main (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs authored Jan 3, 2024
1 parent 9944148 commit 1f9553e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

// There are a few options we need added to Kaniko!
// See: https://github.com/GoogleContainerTools/kaniko/compare/main...coder:kaniko:main
replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20231217202343-9f83bc8595cd
replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20240103181425-f83d15201044

// Required to import the codersdk!
replace tailscale.com => github.com/coder/tailscale v0.0.0-20230522123520-74712221d00f
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoC
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI=
github.com/coder/coder v0.24.2-0.20230630184129-6015319e9d30 h1:7IhsN7OAQEKbIsEhsx2/ay8JQHqDWYzt/uWx9VkKfFY=
github.com/coder/coder v0.24.2-0.20230630184129-6015319e9d30/go.mod h1:BlHKuGJCK7V41oe8J5b9vQhjjXnnd+RcAmasG3Tyq1E=
github.com/coder/kaniko v0.0.0-20231217202343-9f83bc8595cd h1:9Wu/x7e89EL6SDN2LOVtJ9oTqxqFMb8lS1/1PTcXOTM=
github.com/coder/kaniko v0.0.0-20231217202343-9f83bc8595cd/go.mod h1:byIUWxhLPDuO0o38iG+ffFWmIhUCSc8/N1INJZhjcUY=
github.com/coder/kaniko v0.0.0-20240103181425-f83d15201044 h1:28V9fkQdceB0FzjyavTU6r+II5NwRpJqNdzUSfe6RPU=
github.com/coder/kaniko v0.0.0-20240103181425-f83d15201044/go.mod h1:byIUWxhLPDuO0o38iG+ffFWmIhUCSc8/N1INJZhjcUY=
github.com/coder/retry v1.4.0 h1:g0fojHFxcdgM3sBULqgjFDxw1UIvaCqk4ngUDu0EWag=
github.com/coder/retry v1.4.0/go.mod h1:blHMk9vs6LkoRT9ZHyuZo360cufXEhrxqvEzeMtRGoY=
github.com/coder/tailscale v0.0.0-20230522123520-74712221d00f h1:F0Xr1d8h8dAHn7tab1HXuzYFkcjmCydnEfdMbkOhlVk=
Expand Down

0 comments on commit 1f9553e

Please sign in to comment.