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

error: but does not contain package github.com/atc0005/go-teams-notify/v2/adaptivecard #185

Closed
maxisam opened this issue Sep 12, 2022 · 2 comments

Comments

@maxisam
Copy link

maxisam commented Sep 12, 2022

Hi I am new to Golang (like a week)

I got an error like

[but does not contain package github.com/atc0005/go-teams-notify/v2/adaptivecard](go: module github.com/atc0005/go-teams-notify/v2@upgrade found (v2.6.1), but does not contain package github.com/atc0005/go-teams-notify/v2/adaptivecard)

Could you help me? Thanks!

@maxisam
Copy link
Author

maxisam commented Sep 12, 2022

Never mind, I figured out. adaptivecard is an alpha feature.

@maxisam maxisam closed this as completed Sep 12, 2022
@atc0005
Copy link
Owner

atc0005 commented Sep 12, 2022

Never mind, I figured out. adaptivecard is an alpha feature.

Hi @maxisam,

I've probably been too cautious with introducing changes since the v2.6.1 "stable" release. This includes refactoring work and the adaptivecard package that you referenced.

If you want to test the package/functionality now, you can modify your go.mod file to reference the latest pre-release tag.

Example available here:

https://github.com/atc0005/send2teams/blob/d536857c14c134416b5ed1c1ad2532ad6d353f06/go.mod#L16

module github.com/atc0005/send2teams

go 1.19

require github.com/atc0005/go-teams-notify/v2 v2.7.0-alpha.6

Feedback is welcome.

Please feel free to chime in here with general feedback:

or start a new thread if you have more specific feedback.

Thanks in advance!

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

No branches or pull requests

2 participants