From 99ab84ad462558477337026b4911f6506b6618ef Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Tue, 5 May 2026 21:57:43 +0800 Subject: [PATCH] chore: update cast dependency --- go.mod | 3 +++ go.sum | 0 2 files changed, 3 insertions(+) create mode 100644 go.sum diff --git a/go.mod b/go.mod index 386b56f..e097cff 100644 --- a/go.mod +++ b/go.mod @@ -2,3 +2,6 @@ module apigo.cc/go/shell go 1.25.0 +require apigo.cc/go/cast v1.2.6 + +replace apigo.cc/go/cast => ../cast diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..e69de29