Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbb60a5

Browse files
committed
fix go.mod dependency order
1 parent 0c216b2 commit fbb60a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ require (
9696
github.com/coder/quartz v0.1.2
9797
github.com/coder/retry v1.5.1
9898
github.com/coder/serpent v0.10.0
99+
github.com/coder/terraform-provider-coder/v2 v2.1.3
99100
github.com/coder/websocket v1.8.12
100101
github.com/coder/wgtunnel v0.1.13-0.20240522110300-ade90dfb2da0
101102
github.com/coreos/go-oidc/v3 v3.12.0
@@ -468,5 +469,3 @@ require (
468469
kernel.org/pub/linux/libs/security/libcap/psx v1.2.73 // indirect
469470
sigs.k8s.io/yaml v1.4.0 // indirect
470471
)
471-
472-
require github.com/coder/terraform-provider-coder/v2 v2.1.3

0 commit comments

Comments
 (0)