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

Go dependency updates #1632

Merged
merged 4 commits into from
May 24, 2021
Merged

Go dependency updates #1632

merged 4 commits into from
May 24, 2021

Conversation

emosbaugh
Copy link
Member

No description provided.

@@ -10,7 +10,7 @@ import (
"github.com/replicatedhq/kurl/pkg/installer"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
yaml "gopkg.in/yaml.v3"
yaml "gopkg.in/yaml.v2"
Copy link
Member

Choose a reason for hiding this comment

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

why the downgrade?

Copy link
Member

Choose a reason for hiding this comment

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

ooh because it was the only v3 usage, ok

Copy link
Member Author

Choose a reason for hiding this comment

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

had to add it back anyway. unmarshal failed

Copy link
Member

@laverya laverya left a comment

Choose a reason for hiding this comment

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

Looks good, but I want to see this in testgrid before we release just in case the yaml library version change breaks things

@emosbaugh
Copy link
Member Author

Damn, builds are failing. I ran it locally and it worked. Ill have to see what is the difference.

@@ -16,7 +16,7 @@ import (
kurlscheme "github.com/replicatedhq/kurl/kurlkinds/client/kurlclientset/scheme"
kurlv1beta1 "github.com/replicatedhq/kurl/kurlkinds/pkg/apis/cluster/v1beta1"
kurlversion "github.com/replicatedhq/kurl/pkg/version"
"gopkg.in/yaml.v1"
Copy link
Member Author

Choose a reason for hiding this comment

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

@areed is there any reason this is using v1?

Copy link
Contributor

Choose a reason for hiding this comment

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

Not that I'm aware of

@emosbaugh emosbaugh merged commit 1f104ae into master May 24, 2021
@emosbaugh emosbaugh deleted the emosbaugh/20210524/go-dep-updates branch May 24, 2021 22:39
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.

4 participants