From fd5588a9194b28fd87f059dfceb81ab89d89d7ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 02:08:24 +0000 Subject: [PATCH] Bump github.com/reeflective/readline from 1.0.14 to 1.1.4 Bumps [github.com/reeflective/readline](https://github.com/reeflective/readline) from 1.0.14 to 1.1.4. - [Release notes](https://github.com/reeflective/readline/releases) - [Changelog](https://github.com/reeflective/readline/blob/master/history.go) - [Commits](https://github.com/reeflective/readline/compare/v1.0.14...v1.1.4) --- updated-dependencies: - dependency-name: github.com/reeflective/readline dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 ++---- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 2d1c713..a4b5182 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/bishopfox/sliver -go 1.22.0 - -toolchain go1.22.2 +go 1.23.6 replace github.com/rsteube/carapace v0.36.3 => github.com/reeflective/carapace v0.46.3-0.20231214181515-27e49f3c3b69 @@ -36,7 +34,7 @@ require ( github.com/moloch--/memmod v0.0.0-20230225130813-fd77d905589e github.com/ncruces/go-sqlite3 v0.20.3 github.com/reeflective/console v0.1.15 - github.com/reeflective/readline v1.0.14 + github.com/reeflective/readline v1.1.4 github.com/rsteube/carapace v0.46.3-0.20231214181515-27e49f3c3b69 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 diff --git a/go.sum b/go.sum index bddb039..1039c38 100644 --- a/go.sum +++ b/go.sum @@ -326,8 +326,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/reeflective/console v0.1.15 h1:r4M1a19s882znSO5Zkj7memsLSDTLT/0fZwdNzhIldE= github.com/reeflective/console v0.1.15/go.mod h1:U2i+gzsZ5mT9LZHLzoeuOJ7BtcyXy7l+psRZSu4zmQU= -github.com/reeflective/readline v1.0.14 h1:sgKLpi3figH8IcWx3Hu3rCeGJQ6W+6KtZ3PTdcAD3jA= -github.com/reeflective/readline v1.0.14/go.mod h1:3iOe/qyb2jEy0KqLrNlb/CojBVqxga9ACqz/VU22H6A= +github.com/reeflective/readline v1.1.4 h1:HEdVYiPZ7e2CrP3uU/l6wApQdpkY0MjR8lINNboVtFk= +github.com/reeflective/readline v1.1.4/go.mod h1:CwNkh9BmFBBCSO6mdDaNWb34rOqQsI9eYbxyqvOEazY= github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE= github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=