You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the python 2 deprecation, a lot of my useful workflows does not work anymore, so I decided to rewrite the most useful using awgo.
I tried to install and make it run, but it fails :
~/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.4B2E1432-D6E1-414A-86B6-5A82D7DB37C2
❯ go get -u github.com/deanishe/awgo
go: downloading github.com/deanishe/awgo v0.29.1
go: downloading go.deanishe.net/env v0.5.1
go: downloading go.deanishe.net/fuzzy v1.0.0
go: downloading golang.org/x/text v0.3.6
go: downloading github.com/magefile/mage v1.11.0
go: downloading golang.org/x/text v0.3.7
go: downloading github.com/magefile/mage v1.13.0
~/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.4B2E1432-D6E1-414A-86B6-5A82D7DB37C2 2m 56s
❯ go run main.go
main.go:9:5: no required module provides package github.com/deanishe/awgo: go.mod file not found in current directory or any parent directory; see 'go help modules'
It seems that I missed something, but I cannot figure out what.
Can you help, please ?
The text was updated successfully, but these errors were encountered:
Hello,
Since the python 2 deprecation, a lot of my useful workflows does not work anymore, so I decided to rewrite the most useful using awgo.
I tried to install and make it run, but it fails :
It seems that I missed something, but I cannot figure out what.
Can you help, please ?
The text was updated successfully, but these errors were encountered: