Coder.comC
Coder.com2y ago
4 replies
Chris

Using the golang codersdk

I'd like to use the codersdk to write a simple program for updating my templates. However, when I try to import github.com/coder/coder/codersdk, I get the following error when building my program:

        github.com/coder/coder/codersdk imports
        github.com/coder/coder/tailnet imports
        tailscale.com/wgengine/monitor: module tailscale.com@latest found (v1.60.1), but does not contain package tailscale.com/wgengine/monitor


Does anyone know how to solve this? Thanks!
Was this page helpful?