Skip to content

Commit fd15962

Browse files
committed
feat: upgrades to updated fwatcher pkg
1 parent 4960209 commit fd15962

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ require (
1010
github.com/joho/godotenv v1.5.1
1111
github.com/muesli/termenv v0.15.2
1212
github.com/nxtcoder17/fastlog v0.0.0-20250702035423-1739653a5c24
13-
github.com/nxtcoder17/fwatcher v1.2.2-0.20250318121757-bfc2065fa9f5
14-
github.com/nxtcoder17/go.pkgs v0.0.0-20250216034729-39e2d2cd48da
13+
github.com/nxtcoder17/fwatcher v1.2.2-0.20250804201159-543ad31be162
1514
github.com/urfave/cli/v3 v3.0.0-beta1
1615
golang.org/x/sync v0.10.0
1716
golang.org/x/term v0.32.0
@@ -28,6 +27,7 @@ require (
2827
github.com/mattn/go-colorable v0.1.13 // indirect
2928
github.com/mattn/go-isatty v0.0.20 // indirect
3029
github.com/mattn/go-runewidth v0.0.16 // indirect
30+
github.com/nxtcoder17/go.pkgs v0.0.0-20250216034729-39e2d2cd48da // indirect
3131
github.com/rivo/uniseg v0.4.7 // indirect
3232
github.com/rs/zerolog v1.33.0 // indirect
3333
github.com/samber/lo v1.47.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ github.com/muesli/termenv v0.15.2 h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo
3939
github.com/muesli/termenv v0.15.2/go.mod h1:Epx+iuz8sNs7mNKhxzH4fWXGNpZwUaJKRS1noLXviQ8=
4040
github.com/nxtcoder17/fastlog v0.0.0-20250702035423-1739653a5c24 h1:oLLpFv1p7jRRrrsZzyf77pECLAMKrTxzHRSoHNRoELw=
4141
github.com/nxtcoder17/fastlog v0.0.0-20250702035423-1739653a5c24/go.mod h1:x6o+8WEHRGaWu9XEhSdTrjmDjKhVnKNXd/XZ56bNN/o=
42-
github.com/nxtcoder17/fwatcher v1.2.2-0.20250318121757-bfc2065fa9f5 h1:6BulIAQBv2FZqUFZcKtFEhc1vMOeOdeMS+S5d874FMY=
43-
github.com/nxtcoder17/fwatcher v1.2.2-0.20250318121757-bfc2065fa9f5/go.mod h1:SMwIdCpyi5fBygrkCX8hIIUeILzgoxJFaDSlhFBOWWQ=
42+
github.com/nxtcoder17/fwatcher v1.2.2-0.20250804201159-543ad31be162 h1:7EHTiBm6MVUMzT8pdeavpXcxwzzIbDC0QJwre6OvGAk=
43+
github.com/nxtcoder17/fwatcher v1.2.2-0.20250804201159-543ad31be162/go.mod h1:SMwIdCpyi5fBygrkCX8hIIUeILzgoxJFaDSlhFBOWWQ=
4444
github.com/nxtcoder17/go.pkgs v0.0.0-20250216034729-39e2d2cd48da h1:Y6GILHFlrihVfDqDPQ98y2kdUeI0SQc8tnoXh2NbEIA=
4545
github.com/nxtcoder17/go.pkgs v0.0.0-20250216034729-39e2d2cd48da/go.mod h1:raSGHj5CMHNHZf4fCV9CWpFk0hsb2CSKFZSPd4zW8JM=
4646
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 commit comments

Comments
 (0)