Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20231114 release to main (v3.1.2) #68

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.3.0
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/openinfradev/tks-api v0.0.0-20231030042143-6d03e4703290
github.com/openinfradev/tks-api v0.0.0-20231114072746-0e78ed6bde82
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/openinfradev/tks-api v0.0.0-20231030042143-6d03e4703290 h1:eWXnZno7SsO5uz+tTPp2HyAtYwDHXy3BIsrbGSaJi4M=
github.com/openinfradev/tks-api v0.0.0-20231030042143-6d03e4703290/go.mod h1:6+54AukAD010HyA0LNK0ydabkQ1vyNcCnCxlFyYvvmg=
github.com/openinfradev/tks-api v0.0.0-20231113063029-d3475c8c3d97 h1:JB7rrNLQLiu8tWFYwUZy/u0bUYmNRhjboHxbyO5K9pg=
github.com/openinfradev/tks-api v0.0.0-20231113063029-d3475c8c3d97/go.mod h1:6+54AukAD010HyA0LNK0ydabkQ1vyNcCnCxlFyYvvmg=
github.com/openinfradev/tks-api v0.0.0-20231114072746-0e78ed6bde82 h1:RZrrjwy5izxMI0E3+WUHlEmt04OdWtwBtcOJJ52q5I4=
github.com/openinfradev/tks-api v0.0.0-20231114072746-0e78ed6bde82/go.mod h1:6+54AukAD010HyA0LNK0ydabkQ1vyNcCnCxlFyYvvmg=
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pelletier/go-toml/v2 v2.0.1 h1:8e3L2cCQzLFi2CR4g7vGFuFxX7Jl1kKX8gW+iV0GUKU=
Expand Down
Loading