teslamotors / ansible_puller

Ansible daemon for massively-scaleable Ansible
MIT License
129 stars 35 forks source link

Fix build #40

Closed ashi009 closed 1 year ago

ashi009 commented 1 year ago

The native go build system is broken for this repo, thus the dependencies are no longer managed correctly with go module. Though the go version has been changed to go 1.19, dependencies are not updated accordingly.

In this change:

The change should be a no-op, as versions of direct dependencies that provide core functionalities are remain unchanged.