Chris
Chris
CCoder.com
Created by Chris on 3/13/2024 in #help
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
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!
5 replies