File tree 4 files changed +5
-6
lines changed 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
// constraining to `uuid.UUID | string` here would be nice but `make gen` will
16
16
// yell at you for it.
17
- type IDPSyncMapping [ResourceIdType any ] struct {
17
+ type IDPSyncMapping [ResourceIdType uuid. UUID | string ] struct {
18
18
// The IdP claim the user has
19
19
Given string
20
20
// The ID of the Coder resource the user should be added to
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ require (
88
88
github.com/chromedp/chromedp v0.11.0
89
89
github.com/cli/safeexec v1.0.1
90
90
github.com/coder/flog v1.1.0
91
- github.com/coder/guts v1.0.0
91
+ github.com/coder/guts v1.0.1
92
92
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0
93
93
github.com/coder/quartz v0.1.2
94
94
github.com/coder/retry v1.5.1
Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ github.com/coder/go-httpstat v0.0.0-20230801153223-321c88088322 h1:m0lPZjlQ7vdVp
226
226
github.com/coder/go-httpstat v0.0.0-20230801153223-321c88088322 /go.mod h1:rOLFDDVKVFiDqZFXoteXc97YXx7kFi9kYqR+2ETPkLQ =
227
227
github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136 h1:0RgB61LcNs24WOxc3PBvygSNTQurm0PYPujJjLLOzs0 =
228
228
github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136 /go.mod h1:VkD1P761nykiq75dz+4iFqIQIZka189tx1BQLOp0Skc =
229
- github.com/coder/guts v1.0.0 h1:Ba6TBOeED+96Dv8IdISjbGhCzHKicqSc4SEYVV+4zeE =
230
- github.com/coder/guts v1.0.0 /go.mod h1:SfmxjDaSfPjzKJ9mGU4sA/1OHU+u66uRfhFF+y4BARQ =
229
+ github.com/coder/guts v1.0.1 h1:tU9pW+1jftCSX1eBxnNHiouQBSBJIej3I+kqfjIyeJU =
230
+ github.com/coder/guts v1.0.1 /go.mod h1:z8LHbF6vwDOXQOReDvay7Rpwp/jHwCZiZwjd6wfLcJg =
231
231
github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048 h1:3jzYUlGH7ZELIH4XggXhnTnP05FCYiAFeQpoN+gNR5I =
232
232
github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048 /go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o =
233
233
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs =
You can’t perform that action at this time.
0 commit comments