Skip to content

Commit

Permalink
chore: update after removal of readconfig func
Browse files Browse the repository at this point in the history
Related to privateerproj/privateer-sdk#54

Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Jan 19, 2025
1 parent 2da9ca9 commit a9c6bee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func persistentPreRun(cmd *cobra.Command, args []string) {

// writer is used for output in the list & version commands
writer = tabwriter.NewWriter(os.Stdout, 1, 1, 1, ' ', 0)
command.ReadConfig()
}

func defaultBinariesPath() string {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-git/go-git/v5 v5.13.1
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-plugin v1.6.2
github.com/privateerproj/privateer-sdk v0.2.0
github.com/privateerproj/privateer-sdk v0.3.0
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
gopkg.in/yaml.v2 v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/privateerproj/privateer-sdk v0.2.0 h1:UMLZh+q9q86pNOPxCSFWTQ6dRUwX0+jjgGtk/hi25oI=
github.com/privateerproj/privateer-sdk v0.2.0/go.mod h1:XC29QRTD3NqSVDby1wIVcd3rer5lFFn9I/8Px0xPsrs=
github.com/privateerproj/privateer-sdk v0.3.0 h1:M0OyDQbll9JnNznENZKqeujEOsdaBx5vnf+5sTGzeLo=
github.com/privateerproj/privateer-sdk v0.3.0/go.mod h1:XC29QRTD3NqSVDby1wIVcd3rer5lFFn9I/8Px0xPsrs=
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down

0 comments on commit a9c6bee

Please sign in to comment.