From 6c46f78bfaadb351b0e94fc7faffc13f7cd4b72b Mon Sep 17 00:00:00 2001 From: Kevin Tang <73975146+vt128@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:44:49 +0800 Subject: [PATCH] [chore] bump 1set/starlight to v0.2.1 starlight v0.2.1 ("Firm Footing") carries the deterministic compound map-key ordering fix and the convert-completeness fixes (Slice struct tag, composite tryConv fallback, GoInterface deref). Pinning it here so the whole downstream (starpkg modules, starcli) converges on one starlight version through starlet, rather than some repos pulling starlight v0.2.0 transitively while others pull v0.2.1 directly. No behavior change in starlet itself; full suite green under -race and the go1.19 floor. Co-Authored-By: Claude Opus 4.8 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 49e9f47..42a516a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/1set/starlet go 1.19 require ( - github.com/1set/starlight v0.2.0 + github.com/1set/starlight v0.2.1 github.com/google/uuid v1.6.0 github.com/h2so5/here v0.0.0-20200815043652-5e14eb691fae github.com/montanaflynn/stats v0.7.1 diff --git a/go.sum b/go.sum index 72ec90c..408628c 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/1set/starlight v0.2.0 h1:W9yulJYANolyMLMOH0M4xcW8RQVpi68opSdNmoipcic= -github.com/1set/starlight v0.2.0/go.mod h1:o9KiJBpy92daHyNHBUwS0nFIjjLxLM/XmRxAZf4FIaE= +github.com/1set/starlight v0.2.1 h1:07XiRr4XJ9p8rSL/A4XDC7sDInGszpXIP5jASCIZo10= +github.com/1set/starlight v0.2.1/go.mod h1:o9KiJBpy92daHyNHBUwS0nFIjjLxLM/XmRxAZf4FIaE= github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8= github.com/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=