Skip to content

Commit

Permalink
⬆️ Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Feb 16, 2025
1 parent c0637c7 commit bfa10d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ toolchain go1.23.3

require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/go-go-golems/clay v0.1.26
github.com/go-go-golems/geppetto v0.4.34
github.com/go-go-golems/glazed v0.5.28
github.com/go-go-golems/parka v0.5.17
github.com/go-go-golems/clay v0.1.28
github.com/go-go-golems/geppetto v0.4.35
github.com/go-go-golems/glazed v0.5.29
github.com/go-go-golems/parka v0.5.18
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/hpcloud/tail v1.0.0
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHk
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/go-go-golems/clay v0.1.26 h1:JUw2QR4FIZ03zGBu/Ty/wc0ekZ8LWIm333+lx10CMVo=
github.com/go-go-golems/clay v0.1.26/go.mod h1:oS1t0/5pDbMpO+WqkKh94ddokbivW3dDX8Zqvy4JxYw=
github.com/go-go-golems/geppetto v0.4.34 h1:kVQqVqrXPPa+4tRPqAxTbvOAomM9XKd255nuUdBFCfE=
github.com/go-go-golems/geppetto v0.4.34/go.mod h1:HGEsHKvH8HKH89CLWIcueYm46bue7LdFTtsFos3Uzyo=
github.com/go-go-golems/glazed v0.5.28 h1:5ipOnzkhjfuxEP0LARNuAiXe2syPIPnywAvY98th6tk=
github.com/go-go-golems/glazed v0.5.28/go.mod h1:/ZgeDXELDOcAkD505fijARmbF6x5Ev7oewNV4V6Andk=
github.com/go-go-golems/parka v0.5.17 h1:XIyqLFmMwd253+J+jdOTV1F5H8xjVChe6+4UvjDN4SM=
github.com/go-go-golems/parka v0.5.17/go.mod h1:gjUXXumO+yrysFQhbzuwKo+l2u5+eJoo51DRHFjlDoU=
github.com/go-go-golems/clay v0.1.28 h1:/SZUVof5MoLE2DOcpYF3hUuux1tUfaHdl2gnPgIYkS4=
github.com/go-go-golems/clay v0.1.28/go.mod h1:sUiDlOnC0zP8W47TX0xJKfOdPhHgk2UVjyQCGMrjzEs=
github.com/go-go-golems/geppetto v0.4.35 h1:QZ/aUWCwnn+7BrFDHQuwOr1CitySM7aFMsUfOzPNu48=
github.com/go-go-golems/geppetto v0.4.35/go.mod h1:HGEsHKvH8HKH89CLWIcueYm46bue7LdFTtsFos3Uzyo=
github.com/go-go-golems/glazed v0.5.29 h1:3KaYdZBmdIymFRwhAhscFbTrpwhLx37VIgCHN+0bDX8=
github.com/go-go-golems/glazed v0.5.29/go.mod h1:/ZgeDXELDOcAkD505fijARmbF6x5Ev7oewNV4V6Andk=
github.com/go-go-golems/parka v0.5.18 h1:Rsw/ujSkMQ+Xw8XsZiZ/FoTPF+tzPUAXUFA0Xyqxsuo=
github.com/go-go-golems/parka v0.5.18/go.mod h1:gjUXXumO+yrysFQhbzuwKo+l2u5+eJoo51DRHFjlDoU=
github.com/go-openapi/errors v0.22.0 h1:c4xY/OLxUBSTiepAg3j/MHuAv5mJhnf53LLMWFB+u/w=
github.com/go-openapi/errors v0.22.0/go.mod h1:J3DmZScxCDufmIMsdOuDHxJbdOGC0xtUynjIx092vXE=
github.com/go-openapi/strfmt v0.23.0 h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c=
Expand Down

0 comments on commit bfa10d7

Please sign in to comment.