Skip to content

Commit

Permalink
update coder/kaniki dependency for #70 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb authored Dec 17, 2023
1 parent 51c1f4c commit 8aec7c9
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-20230720174451-f9ad3d51d417
replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20231217202343-9f83bc8595cd

// 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 @@ -220,8 +220,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-20230720174451-f9ad3d51d417 h1:Pt4A7jOIou3jZ4p5lP33BncRuDPVAcXHFrFl0htwmRs=
github.com/coder/kaniko v0.0.0-20230720174451-f9ad3d51d417/go.mod h1:byIUWxhLPDuO0o38iG+ffFWmIhUCSc8/N1INJZhjcUY=
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/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 8aec7c9

Please sign in to comment.