File tree 4 files changed +42
-7
lines changed
4 files changed +42
-7
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ require (
204
204
github.com/charmbracelet/bubbles v0.20.0
205
205
github.com/charmbracelet/bubbletea v1.2.1
206
206
github.com/charmbracelet/lipgloss v1.0.0
207
- github.com/coder/guts v0.0.0-20241217135054-91872b97bcd2
207
+ github.com/coder/guts v0.0.0-20241217141209-abb2d09b4aa5
208
208
github.com/coder/serpent v0.10.0
209
209
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
210
210
github.com/emersion/go-smtp v0.21.2
Original file line number Diff line number Diff line change @@ -226,6 +226,8 @@ github.com/coder/guts v0.0.0-20241217134542-eb67bc6472d0 h1:5P/Sry+tzvwVMLNXchSL
226
226
github.com/coder/guts v0.0.0-20241217134542-eb67bc6472d0 /go.mod h1:SfmxjDaSfPjzKJ9mGU4sA/1OHU+u66uRfhFF+y4BARQ =
227
227
github.com/coder/guts v0.0.0-20241217135054-91872b97bcd2 h1:U3zzDzY9Hk6Cr6cVB1DUf9SdBINci12B6Xs1xWUp4gU =
228
228
github.com/coder/guts v0.0.0-20241217135054-91872b97bcd2 /go.mod h1:SfmxjDaSfPjzKJ9mGU4sA/1OHU+u66uRfhFF+y4BARQ =
229
+ github.com/coder/guts v0.0.0-20241217141209-abb2d09b4aa5 h1:IFKvGmAZ0ziutzyhtkQ7kK+y7CEKobq5hNPacC9aHJs =
230
+ github.com/coder/guts v0.0.0-20241217141209-abb2d09b4aa5 /go.mod h1:SfmxjDaSfPjzKJ9mGU4sA/1OHU+u66uRfhFF+y4BARQ =
229
231
github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048 h1:3jzYUlGH7ZELIH4XggXhnTnP05FCYiAFeQpoN+gNR5I =
230
232
github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048 /go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o =
231
233
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs =
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ func main() {
31
31
// We want the referenced types generated.
32
32
referencePackages := map [string ]string {
33
33
"github.com/coder/serpent" : "Serpent" ,
34
+ "tailscale.com/derp" : "" ,
35
+ // Conflicting name "DERPRegion"
36
+ "tailscale.com/tailcfg" : "Tail" ,
34
37
}
35
38
for pkg , prefix := range referencePackages {
36
39
err = gen .IncludeReference (pkg , prefix )
You can’t perform that action at this time.
0 commit comments