From 7aaa4058f887e49efcabb640f74575e84efd51c9 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sun, 27 Oct 2024 13:41:52 +0700 Subject: [PATCH] chore(deps): update dependencies --- go.mod | 8 ++++++++ go.sum | 2 ++ kollitsch.dev.code-workspace | 3 +++ 3 files changed, 13 insertions(+) diff --git a/go.mod b/go.mod index 45d1985d..30701736 100644 --- a/go.mod +++ b/go.mod @@ -3,4 +3,12 @@ module github.com/davidsneighbour/kollitsch.dev go 1.21 require ( + github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect + github.com/Heydon/REVENGE.CSS v0.0.0-20200622155810-b5f5f04ac1b5 // indirect + github.com/aFarkas/lazysizes v0.0.0-20210517092641-1523a4ff4579 // indirect + github.com/csswizardry/ct v0.0.0-20230131155739-4e0d88c1a9ff // indirect + github.com/davidsneighbour/hugo-darkskies v1.2024.29 // indirect + github.com/paulirish/lite-youtube-embed v0.3.3 // indirect + github.com/twbs/icons v1.11.3 // indirect + github.com/zenorocha/clipboard.js v2.0.11+incompatible // indirect ) diff --git a/go.sum b/go.sum index 5303ab97..17696e01 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,5 @@ +github.com/FortAwesome/Font-Awesome v4.7.0+incompatible h1:3trjm7NtX5NXlju1AxSWSzedDMq2hsfH78Qtqrc8EgY= +github.com/FortAwesome/Font-Awesome v4.7.0+incompatible/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= github.com/Heydon/REVENGE.CSS v0.0.0-20200622155810-b5f5f04ac1b5 h1:it3c7bXcWnGKUXuOLswZmiDXarJbG0gRkSsfXa3+Sos= github.com/Heydon/REVENGE.CSS v0.0.0-20200622155810-b5f5f04ac1b5/go.mod h1:XBpzr9hlUI2hdamAi4xPpys4nVjsp7eyIBAKhmP8nzs= github.com/aFarkas/lazysizes v0.0.0-20210517092641-1523a4ff4579 h1:K8ukOfj0MOBEWWsL8Mzd8GXIbAf7/RHnX1hipqbjeto= diff --git a/kollitsch.dev.code-workspace b/kollitsch.dev.code-workspace index c131642d..58324134 100644 --- a/kollitsch.dev.code-workspace +++ b/kollitsch.dev.code-workspace @@ -41,6 +41,9 @@ { "name": "Asylum", "path": "../hugo-asylum" + }, + { + "path": "../hugov" } ], "settings": {