Skip to content

Commit

Permalink
Up dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
demdxx committed Sep 22, 2024
1 parent a30f789 commit 6f141c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.23
require (
github.com/demdxx/gocast/v2 v2.9.0
github.com/demdxx/rpool/v2 v2.0.1
github.com/geniusrabbit/notificationcenter/v2 v2.3.5
github.com/geniusrabbit/notificationcenter/v2 v2.3.6
github.com/go-redis/redis v6.15.9+incompatible
github.com/google/uuid v1.6.0
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/rivo/tview v0.0.0-20240818110301-fd649dbf1223
github.com/rivo/tview v0.0.0-20240921122403-a64fc48d7654
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.4
go.uber.org/multierr v1.11.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ github.com/gdamore/tcell/v2 v2.7.4 h1:sg6/UnTM9jGpZU+oFYAsDahfchWAFW8Xx2yFinNSAY
github.com/gdamore/tcell/v2 v2.7.4/go.mod h1:dSXtXTSK0VsW1biw65DZLZ2NKr7j0qP/0J7ONmsraWg=
github.com/geniusrabbit/notificationcenter/v2 v2.3.5 h1:b2mg80PfBUUV3LbRZqFsCEaL8Mqr66GDqgxwUvQ6Pnw=
github.com/geniusrabbit/notificationcenter/v2 v2.3.5/go.mod h1:HCtbDlMMHcypvyMu7+MhdR52Waq5ii/4VXKmlZNUy7k=
github.com/geniusrabbit/notificationcenter/v2 v2.3.6 h1:pLf3OJKG9zodp57w/iMWz25YNd+bJa47BMwxtrF/14s=
github.com/geniusrabbit/notificationcenter/v2 v2.3.6/go.mod h1:HCtbDlMMHcypvyMu7+MhdR52Waq5ii/4VXKmlZNUy7k=
github.com/go-redis/redis v6.15.9+incompatible h1:K0pv1D7EQUjfyoMql+r/jZqCLizCGKFlFgcHWWmHQjg=
github.com/go-redis/redis v6.15.9+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
Expand Down Expand Up @@ -134,6 +136,8 @@ github.com/redis/go-redis/v9 v9.6.1 h1:HHDteefn6ZkTtY5fGUE8tj8uy85AHk6zP7CpzIAM0
github.com/redis/go-redis/v9 v9.6.1/go.mod h1:0C0c6ycQsdpVNQpxb1njEQIqkx5UcsM8FJCQLgE9+RA=
github.com/rivo/tview v0.0.0-20240818110301-fd649dbf1223 h1:N+DggyldbUDqFlk0b8JeRjB9zGpmQ8wiKpq+VBbzRso=
github.com/rivo/tview v0.0.0-20240818110301-fd649dbf1223/go.mod h1:02iFIz7K/A9jGCvrizLPvoqr4cEIx7q54RH5Qudkrss=
github.com/rivo/tview v0.0.0-20240921122403-a64fc48d7654 h1:oa+fljZiaJUVyiT7WgIM3OhirtwBm0LJA97LvWUlBu8=
github.com/rivo/tview v0.0.0-20240921122403-a64fc48d7654/go.mod h1:02iFIz7K/A9jGCvrizLPvoqr4cEIx7q54RH5Qudkrss=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
Expand Down

0 comments on commit 6f141c3

Please sign in to comment.