diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-11-05 20:50:14 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-11-05 20:50:14 -0500 |
| commit | 1ee71f4cc8e6573ca01b024e964f721b31e789a1 (patch) | |
| tree | 9fca114251ece51a50577b790c9dec2555eabaf6 | |
| parent | ab203eb11ed7e34f423747ac882f7c93799a1b31 (diff) | |
| parent | 8739c3f228945cdd21ad8692e21f8163cf7893dd (diff) | |
| download | x-1ee71f4cc8e6573ca01b024e964f721b31e789a1.tar.xz x-1ee71f4cc8e6573ca01b024e964f721b31e789a1.zip | |
Merge remote-tracking branch 'origin/dependabot/go_modules/github.com/google/uuid-1.3.1'
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,7 @@ require ( github.com/go-shiori/go-readability v0.0.0-20230421032831-c66949dfc0ad github.com/google/go-github v17.0.0+incompatible github.com/google/subcommands v1.2.0 + github.com/google/uuid v1.3.1 github.com/hullerob/go.farbfeld v0.0.0-20181222022525-3661193c725f github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43 github.com/joho/godotenv v1.5.1 @@ -67,7 +68,6 @@ require ( github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect github.com/google/nftables v0.1.1-0.20230115205135-9aa6fdf5a28c // indirect github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect - github.com/google/uuid v1.3.1 // indirect github.com/mattn/go-isatty v0.0.19 // indirect github.com/miekg/dns v1.1.55 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect |
