Skip to content

Commit

Permalink
Merge pull request #1258 from loft-sh/update/loftctl
Browse files Browse the repository at this point in the history
Updated loftctl to latest version
  • Loading branch information
Thomas Kosiewski authored Sep 29, 2023
2 parents efa2a7b + 18af828 commit 4196612
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
github.com/loft-sh/agentapi/v3 v3.3.0-ci.1.0.20230925121720-6c3f4d5f792e
github.com/loft-sh/api/v3 v3.0.0-20230927120541-83f9f967b31e
github.com/loft-sh/loftctl/v3 v3.0.0-20230927163845-34f6902ff7ae
github.com/loft-sh/loftctl/v3 v3.0.0-20230929122730-66c14842d912
github.com/loft-sh/utils v0.0.28
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/mitchellh/go-homedir v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ github.com/loft-sh/external-types v0.0.2-0.20230301201552-ec939da949b4 h1:eSuBR+
github.com/loft-sh/external-types v0.0.2-0.20230301201552-ec939da949b4/go.mod h1:qnerIOkD67CmTkV8HsXQit6BfB7Qiw45bSUy1oefIXU=
github.com/loft-sh/jspolicy v0.1.0 h1:FNAWR6tRX5NRWxAf9RI/86NRH83NXYbobLHSZyMND74=
github.com/loft-sh/jspolicy v0.1.0/go.mod h1:4Zi38iEB0JvhnkrNHPpoueSUWQ1OlHMNB9JHTGEsPO0=
github.com/loft-sh/loftctl/v3 v3.0.0-20230927163845-34f6902ff7ae h1:BAOvfT+GBN/nhQAXR9D/K9X3SN36JmkhChbQwWG9wro=
github.com/loft-sh/loftctl/v3 v3.0.0-20230927163845-34f6902ff7ae/go.mod h1:ZN1IJLf7O7vFcqE3uOP1DKVI/ktR5Gf1bDS4my2vYtw=
github.com/loft-sh/loftctl/v3 v3.0.0-20230929122730-66c14842d912 h1:sW0mNAkzmbu/rMSu0JMAuJ1YLQRldLf9hU2BxvuEVZY=
github.com/loft-sh/loftctl/v3 v3.0.0-20230929122730-66c14842d912/go.mod h1:PLxZuqktjXl/ZtOToC9e7uj/UJZ/6+TvSg7aUw5MdbQ=
github.com/loft-sh/log v0.0.0-20230824104949-bd516c25712a h1:/gqqjKpcHEdFXIX41lx1Y/FBqT/72gbPpf7sa20tyM8=
github.com/loft-sh/log v0.0.0-20230824104949-bd516c25712a/go.mod h1:YImeRjXH34Yf5E79T7UHBQpDZl9fIaaFRgyZ/bkY+UQ=
github.com/loft-sh/utils v0.0.28 h1:Dzco2sfXX0L2DHA6Vm6OwdJmF07zujmAynNVlpOm/0o=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/loft-sh/loftctl/v3/pkg/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ github.com/loft-sh/external-types/loft-sh/admin-services/pkg/server
# github.com/loft-sh/jspolicy v0.1.0
## explicit; go 1.16
github.com/loft-sh/jspolicy/pkg/apis/policy/v1beta1
# github.com/loft-sh/loftctl/v3 v3.0.0-20230927163845-34f6902ff7ae
# github.com/loft-sh/loftctl/v3 v3.0.0-20230929122730-66c14842d912
## explicit; go 1.21.1
github.com/loft-sh/loftctl/v3/cmd/loftctl/cmd
github.com/loft-sh/loftctl/v3/cmd/loftctl/cmd/connect
Expand Down

0 comments on commit 4196612

Please sign in to comment.