File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.2
5
5
require (
6
6
cdr.dev/slog v1.6.2-0.20240126064726-20367d4aede6
7
7
github.com/aquasecurity/trivy v0.58.2
8
- github.com/coder/guts v1.0.2-0.20250227211802-139809366a22
8
+ github.com/coder/guts v1.3.0
9
9
github.com/coder/serpent v0.10.0
10
10
github.com/coder/terraform-provider-coder/v2 v2.4.0
11
11
github.com/coder/websocket v1.8.13
Original file line number Diff line number Diff line change @@ -712,8 +712,8 @@ github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b/go.mod h1:eXthEFrGJvWH
712
712
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 /go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs =
713
713
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 h1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI =
714
714
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 /go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8 =
715
- github.com/coder/guts v1.0.2-0.20250227211802-139809366a22 h1:CACzZc2r5oQj8JKlqiBrMq/MVI7YHqbNndmHJg92B0A =
716
- github.com/coder/guts v1.0.2-0.20250227211802-139809366a22 /go.mod h1:5ducjpIPvmGOcQVigCcXyPFqrH5xeGlZ6c9qPfE1cU4 =
715
+ github.com/coder/guts v1.3.0 h1:Kz8LrodQCfz/R06JdCJqdxZDq0BVTTXYYQC/qY3N9fo =
716
+ github.com/coder/guts v1.3.0 /go.mod h1:31NO4z6MVTOD4WaCLqE/hUAHGgNok9sRbuMc/LZFopI =
717
717
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs =
718
718
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 /go.mod h1:5UuS2Ts+nTToAMeOjNlnHFkPahrtDkmpydBen/3wgZc =
719
719
github.com/coder/serpent v0.10.0 h1:ofVk9FJXSek+SmL3yVE3GoArP83M+1tX+H7S4t8BSuM =
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ func main() {
68
68
69
69
func TsMutations (ts * guts.Typescript ) {
70
70
ts .ApplyMutations (
71
+ config .NotNullMaps ,
72
+ config .EnumAsTypes ,
71
73
// Enum list generator
72
74
config .EnumLists ,
73
75
// Export all top level types
You can’t perform that action at this time.
0 commit comments