From de30edba65d0f1458ea23174553e684f7b1612ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:47:14 +0000 Subject: [PATCH] fix(deps): update module github.com/libops/sitectl to v0.16.4 --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 89c24c4..589841d 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module github.com/libops/sitectl-drupal go 1.26.1 require ( - github.com/libops/sitectl v0.16.2 + github.com/libops/sitectl v0.16.4 github.com/spf13/cobra v1.10.2 gopkg.in/yaml.v3 v3.0.1 ) require ( - charm.land/bubbles/v2 v2.0.0 // indirect + charm.land/bubbles/v2 v2.1.0 // indirect charm.land/bubbletea/v2 v2.0.2 // indirect charm.land/fang/v2 v2.0.1 // indirect charm.land/lipgloss/v2 v2.0.2 // indirect diff --git a/go.sum b/go.sum index 1e87aab..9cc0c4a 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -charm.land/bubbles/v2 v2.0.0 h1:tE3eK/pHjmtrDiRdoC9uGNLgpopOd8fjhEe31B/ai5s= -charm.land/bubbles/v2 v2.0.0/go.mod h1:rCHoleP2XhU8um45NTuOWBPNVHxnkXKTiZqcclL/qOI= +charm.land/bubbles/v2 v2.1.0 h1:YSnNh5cPYlYjPxRrzs5VEn3vwhtEn3jVGRBT3M7/I0g= +charm.land/bubbles/v2 v2.1.0/go.mod h1:l97h4hym2hvWBVfmJDtrEHHCtkIKeTEb3TTJ4ZOB3wY= charm.land/bubbletea/v2 v2.0.2 h1:4CRtRnuZOdFDTWSff9r8QFt/9+z6Emubz3aDMnf/dx0= charm.land/bubbletea/v2 v2.0.2/go.mod h1:3LRff2U4WIYXy7MTxfbAQ+AdfM3D8Xuvz2wbsOD9OHQ= charm.land/fang/v2 v2.0.1 h1:zQCM8JQJ1JnQX/66B5jlCYBUxL2as5JXQZ2KJ6EL0mY= @@ -82,8 +82,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= -github.com/libops/sitectl v0.16.2 h1:eXxUWelZZx1KPjRPCTmAqrnw4ZSnTOGAEVWH8y3w21g= -github.com/libops/sitectl v0.16.2/go.mod h1:SICZxbtPytB4kWO10MYKD+coxnmVOy5tK4Htv97jlQQ= +github.com/libops/sitectl v0.16.4 h1:0IrAucemRW9o+wm0HgvPghL8TFq0cy1VYCuFuYOoLKc= +github.com/libops/sitectl v0.16.4/go.mod h1:QAOTAAMhP6un3tKdrbyfBXYV7KyManh4tzagvRGzSXc= github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQwVHXptag= github.com/lucasb-eyer/go-colorful v1.3.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= github.com/mattn/go-runewidth v0.0.21 h1:jJKAZiQH+2mIinzCJIaIG9Be1+0NR+5sz/lYEEjdM8w=