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

Meta-data: use the metadata package from egoscale v3 #92

Closed
wants to merge 1 commit into from

Conversation

pierre-emmanuelJ
Copy link
Member

Description

this adds the context to the HTTP request

Checklist

(For exoscale contributors)

  • Changelog updated (under Unreleased block)
  • Testing

Testing

@@ -6,10 +6,11 @@ toolchain go1.22.5

require (
github.com/exoscale/egoscale v0.102.3
github.com/exoscale/egoscale/v3 v3.1.4
Copy link
Member

Choose a reason for hiding this comment

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

why not use the laatest v3.1.7

Copy link
Member Author

Choose a reason for hiding this comment

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

This PR is pretty old 😄

@@ -4,6 +4,7 @@ import (
"context"
"fmt"

exometa "github.com/exoscale/egoscale/v3/metadata"
Copy link
Member

Choose a reason for hiding this comment

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

you probably need to go mod tidy && go mod vendor

@pierre-emmanuelJ
Copy link
Member Author

fixed in #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants