tailscale/types/prefs
Joe Tsai ae303d41dd
go.mod: bump github.com/go-json-experiment/json (#15010)
The upstream module has seen significant work making
the v1 emulation layer a high fidelity re-implementation
of v1 "encoding/json".

This addresses several upstream breaking changes:
* MarshalJSONV2 renamed as MarshalJSONTo
* UnmarshalJSONV2 renamed as UnmarshalJSONFrom
* Options argument removed from MarshalJSONV2
* Options argument removed from UnmarshalJSONV2

Updates tailscale/corp#791

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2025-02-27 11:35:54 -08:00
..
prefs_example go.mod: bump github.com/go-json-experiment/json (#15010) 2025-02-27 11:35:54 -08:00
item.go go.mod: bump github.com/go-json-experiment/json (#15010) 2025-02-27 11:35:54 -08:00
list.go go.mod: bump github.com/go-json-experiment/json (#15010) 2025-02-27 11:35:54 -08:00
map.go go.mod: bump github.com/go-json-experiment/json (#15010) 2025-02-27 11:35:54 -08:00
options.go types/prefs: add a package containing generic preference types 2024-08-21 12:44:38 -05:00
prefs_clone_test.go types/prefs: add a package containing generic preference types 2024-08-21 12:44:38 -05:00
prefs_test.go go.mod: bump github.com/go-json-experiment/json (#15010) 2025-02-27 11:35:54 -08:00
prefs_view_test.go cmd/viewer,all: consistently use "read-only" instead of "readonly" 2025-01-14 08:26:56 -08:00
prefs.go go.mod: bump github.com/go-json-experiment/json (#15010) 2025-02-27 11:35:54 -08:00
struct_list.go go.mod: bump github.com/go-json-experiment/json (#15010) 2025-02-27 11:35:54 -08:00
struct_map.go go.mod: bump github.com/go-json-experiment/json (#15010) 2025-02-27 11:35:54 -08:00