Skip to content

Conversation

Meroje
Copy link
Contributor

@Meroje Meroje commented Sep 28, 2021

This fixes OP's issue on #3, I'll open a separate issue for the path resolution

Fixes #3
Fixes #2 by importing the missing ansi lib

@@ -7,7 +7,7 @@ require (
github.com/getkin/kin-openapi v0.67.0
github.com/hashicorp/go-multierror v1.1.1
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these changes required in go.mod?

Copy link
Contributor Author

@Meroje Meroje Sep 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, see #2

$ make
go build -o bin/kubedd .
kubedd/kubedd.go:23:2: package github.com/devtron-labs/silver-surfer/pkg imports github.com/mgutz/ansi from implicitly required module; to add missing requirements, run:
	go get github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d

@pghildiyal pghildiyal merged commit f0ebcd2 into devtron-labs:main Sep 29, 2021
@Meroje Meroje deleted the fix/client-auth-providers branch September 30, 2021 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic: runtime error: invalid memory address or nil pointer dereference build error: missing requirements
2 participants