Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Feb 20, 2024
1 parent 1b1e983 commit 84ca56f
Show file tree
Hide file tree
Showing 14 changed files with 723 additions and 370 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/denisenkom/go-mssqldb v0.12.3
github.com/didip/tollbooth v4.0.2+incompatible
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
github.com/evanw/esbuild v0.20.0
github.com/evanw/esbuild v0.20.1
github.com/felixge/fgtrace v0.2.0
github.com/flosch/pongo2/v6 v6.0.0
github.com/go-gcfg/gcfg v1.2.3
Expand All @@ -30,7 +30,7 @@ require (
github.com/xyproto/gopher-lua v1.0.2
github.com/xyproto/jpath v0.6.1
github.com/xyproto/mime v0.0.0-20210817202956-28bafd7b06b4
github.com/xyproto/ollamaclient v1.5.0
github.com/xyproto/ollamaclient v1.6.0
github.com/xyproto/onthefly v1.2.3
github.com/xyproto/permissionbolt/v2 v2.6.3
github.com/xyproto/permissions2/v2 v2.6.9
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ github.com/dlclark/regexp2 v1.10.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cn
github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ=
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 h1:clC1lXBpe2kTj2VHdaIu9ajZQe4kcEY9j0NsnDDBZ3o=
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385/go.mod h1:0vRUJqYpeSZifjYj7uP3BG/gKcuzL9xWVV/Y+cK33KM=
github.com/evanw/esbuild v0.20.0 h1:pcW+/LCNc99Pgfs0kUnvjRCba8Lr9tDMSVg89t1ZLW4=
github.com/evanw/esbuild v0.20.0/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
github.com/evanw/esbuild v0.20.1 h1:ueyMIL19umCcJTSxiBH/QmPipgGt8hEDM24pdfowgEc=
github.com/evanw/esbuild v0.20.1/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
github.com/felixge/fgtrace v0.2.0 h1:lq7RO6ELjR+S74+eD+ai/vhYvsjno7Vb84yzU6RPSeU=
github.com/felixge/fgtrace v0.2.0/go.mod h1:q9vMuItthu3CRfNhirTCTwzBcJ8atUFkrJUhgQbjg8c=
github.com/flosch/pongo2/v6 v6.0.0 h1:lsGru8IAzHgIAw6H2m4PCyleO58I40ow6apih0WprMU=
Expand Down Expand Up @@ -182,8 +182,8 @@ github.com/xyproto/jpath v0.6.1 h1:CmpbtuRgHZKW5fM9tYgdH6wIMpvnSOhnt4UwAYSacpM=
github.com/xyproto/jpath v0.6.1/go.mod h1:bm5t4NVGsu+09lxa0qgsyjpd3kd9Sy2uBpszwAbgeB4=
github.com/xyproto/mime v0.0.0-20210817202956-28bafd7b06b4 h1:fpHb9zxYkydDS3VBjvH6VWCvCrttqzVzj2MjyNCgoko=
github.com/xyproto/mime v0.0.0-20210817202956-28bafd7b06b4/go.mod h1:Vb1NBbNUHAKQGBERkD/s0+W/wW7ZygautwBonIxchuk=
github.com/xyproto/ollamaclient v1.5.0 h1:5cSxtKcjsG7ynATTJz3G+ctVAyv3A1EkVSbYvOpVIik=
github.com/xyproto/ollamaclient v1.5.0/go.mod h1:kWa4ij6SxV4hgjqawAHlPBOeDyKenNqW0QXeiQ492uU=
github.com/xyproto/ollamaclient v1.6.0 h1:in2hn46U52EItjmJGcjUuL/5QgSV34mQTGoMg4VhDDI=
github.com/xyproto/ollamaclient v1.6.0/go.mod h1:GFwOm9aGyABHYRIW5Kgy6upus3E8nkI8G37zBgRp4AA=
github.com/xyproto/onthefly v1.2.3 h1:91QuXkfqP7l4yFsGTGbN3S+iqYZLLJfVEWo4BFpewnA=
github.com/xyproto/onthefly v1.2.3/go.mod h1:FQNxGnPtw8YSfZMHGbNKMGqtoI5ZZS+66Sw+eDTcTRE=
github.com/xyproto/permissionbolt/v2 v2.6.3 h1:nmdk7fZZ2yBEM/eBqDDRcy34n2UTxbqbeutW4xyOqMM=
Expand Down
Loading

0 comments on commit 84ca56f

Please sign in to comment.