Skip to content

Commit

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

require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
github.com/go-go-golems/clay v0.1.21
github.com/go-go-golems/clay v0.1.22
github.com/go-go-golems/geppetto v0.4.34
github.com/go-go-golems/glazed v0.5.27
github.com/go-go-golems/parka v0.5.17
Expand All @@ -18,6 +18,7 @@ require (
github.com/r3labs/sse/v2 v2.10.0
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down Expand Up @@ -91,7 +92,6 @@ require (
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.19.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tj/go-naturaldate v1.3.0 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ 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.21 h1:dW6qLKcVdpUOiY3iaXtcZrzGFEoVan7L5H+dJkDMbto=
github.com/go-go-golems/clay v0.1.21/go.mod h1:oS1t0/5pDbMpO+WqkKh94ddokbivW3dDX8Zqvy4JxYw=
github.com/go-go-golems/clay v0.1.22 h1:07+W31MjaGMxd296bgNCaNeFasCHhiVLiMPqT/VhPVA=
github.com/go-go-golems/clay v0.1.22/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.27 h1:rTzxL0vp/uBxVvZqJsyIxIFZ1zN/CSJ5qOtc8j87gBs=
Expand Down

0 comments on commit 4d7b326

Please sign in to comment.