Skip to content

Commit 8036a28

Browse files
committed
Update dependencies
1 parent 528d20c commit 8036a28

File tree

13 files changed

+113
-140
lines changed

13 files changed

+113
-140
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/didip/tollbooth v4.0.2+incompatible
1111
github.com/dustin/go-humanize v1.0.1
1212
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
13-
github.com/evanw/esbuild v0.25.9
13+
github.com/evanw/esbuild v0.25.10
1414
github.com/felixge/fgtrace v0.2.0
1515
github.com/flosch/pongo2/v6 v6.0.0
1616
github.com/go-gcfg/gcfg v1.2.3
@@ -34,13 +34,13 @@ require (
3434
github.com/xyproto/gopher-lua v1.0.2
3535
github.com/xyproto/jpath v0.6.1
3636
github.com/xyproto/mime v0.3.0
37-
github.com/xyproto/ollamaclient/v2 v2.7.1
37+
github.com/xyproto/ollamaclient/v2 v2.7.2
3838
github.com/xyproto/onthefly v1.4.1
3939
github.com/xyproto/permissionbolt/v2 v2.6.4
4040
github.com/xyproto/permissions v1.0.0
4141
github.com/xyproto/permissionsql/v2 v2.1.3
4242
github.com/xyproto/pinterface v1.5.4
43-
github.com/xyproto/pstore v1.3.3
43+
github.com/xyproto/pstore v1.3.4
4444
github.com/xyproto/recwatch v1.2.0
4545
github.com/xyproto/sheepcounter v1.6.2
4646
github.com/xyproto/simplebolt v1.5.2
@@ -83,7 +83,7 @@ require (
8383
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
8484
github.com/pingcap/errors v0.11.5-0.20250523034308-74f78ae071ee // indirect
8585
github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a // indirect
86-
github.com/pingcap/tidb/pkg/parser v0.0.0-20250911094654-3d613f8fbb94 // indirect
86+
github.com/pingcap/tidb/pkg/parser v0.0.0-20250922120501-724cd2f1b699 // indirect
8787
github.com/pkg/term v1.2.0-beta.2.0.20210419004637-f749b98bd0ba // indirect
8888
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8989
github.com/quic-go/qpack v0.5.1 // indirect
@@ -94,7 +94,7 @@ require (
9494
github.com/xyproto/burnfont v1.2.3 // indirect
9595
github.com/xyproto/cookie/v2 v2.2.6 // indirect
9696
github.com/xyproto/randomstring v1.2.0 // indirect
97-
github.com/xyproto/simplehstore v1.8.3 // indirect
97+
github.com/xyproto/simplehstore v1.8.4 // indirect
9898
github.com/xyproto/simplemaria v1.3.7 // indirect
9999
github.com/xyproto/symwalk v1.1.1 // indirect
100100
github.com/zeebo/blake3 v0.2.4 // indirect

go.sum

Lines changed: 12 additions & 61 deletions
Large diffs are not rendered by default.

vendor/github.com/evanw/esbuild/internal/ast/ast.go

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanw/esbuild/internal/compat/css_table.go

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanw/esbuild/internal/compat/js_table.go

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanw/esbuild/internal/css_parser/css_nesting.go

Lines changed: 29 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)