You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
9 months ago
..
prefs_example go.mod: bump github.com/go-json-experiment/json (#15010) 9 months ago
item.go go.mod: bump github.com/go-json-experiment/json (#15010) 9 months ago
list.go go.mod: bump github.com/go-json-experiment/json (#15010) 9 months ago
map.go go.mod: bump github.com/go-json-experiment/json (#15010) 9 months ago
options.go types/prefs: add a package containing generic preference types 1 year ago
prefs.go go.mod: bump github.com/go-json-experiment/json (#15010) 9 months ago
prefs_clone_test.go types/prefs: add a package containing generic preference types 1 year ago
prefs_test.go go.mod: bump github.com/go-json-experiment/json (#15010) 9 months ago
prefs_view_test.go cmd/viewer,all: consistently use "read-only" instead of "readonly" 11 months ago
struct_list.go go.mod: bump github.com/go-json-experiment/json (#15010) 9 months ago
struct_map.go go.mod: bump github.com/go-json-experiment/json (#15010) 9 months ago