Skip to content

Commit

Permalink
updatecommit
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran committed Oct 5, 2023
1 parent 3c7cba9 commit bb7a3c2
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 @@ -112,4 +112,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/aws/karpenter-core => github.com/njtran/karpenter-core v0.0.0-20231005012325-0435aa3938c3
replace github.com/aws/karpenter-core => github.com/njtran/karpenter-core v0.0.0-20231005200924-adee7acda11d
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/njtran/karpenter-core v0.0.0-20231005012325-0435aa3938c3 h1:1Oyhyfbjykmcrz+R9RTyrVLC+ORQepOx7zPxiQMwePw=
github.com/njtran/karpenter-core v0.0.0-20231005012325-0435aa3938c3/go.mod h1:4wXCSTj97gOWkWeB4D6LjWQMoqldrI8fo4tUOAhYTDs=
github.com/njtran/karpenter-core v0.0.0-20231005200924-adee7acda11d h1:hzPY2zAI8jSu7WzS2xGdwTM14zgyYR++zmHvnToy87c=
github.com/njtran/karpenter-core v0.0.0-20231005200924-adee7acda11d/go.mod h1:4wXCSTj97gOWkWeB4D6LjWQMoqldrI8fo4tUOAhYTDs=
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
github.com/onsi/ginkgo/v2 v2.12.1 h1:uHNEO1RP2SpuZApSkel9nEh1/Mu+hmQe7Q+Pepg5OYA=
Expand Down

0 comments on commit bb7a3c2

Please sign in to comment.