Skip to content

Commit

Permalink
build(deps): update gomodules
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Dec 6, 2024
1 parent 761ca74 commit c0e7e0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ module github.com/davidsneighbour/kollitsch.dev

go 1.21

require github.com/davidsneighbour/hugo-darkskies v1.2024.33 // indirect
require (
github.com/FortAwesome/Font-Awesome v0.0.0-20241122180416-d19ab26a33b4 // 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.33 // indirect
github.com/paulirish/lite-youtube-embed v0.3.3 // indirect
github.com/twbs/icons v1.11.3 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20241122180416-d19ab26a33b4 h1:R1AoIha7Jqwm99H/3CaSKkx7L6R+P5r0pVdQ6OHYrhI=
github.com/FortAwesome/Font-Awesome v0.0.0-20241122180416-d19ab26a33b4/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
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=
Expand Down

0 comments on commit c0e7e0a

Please sign in to comment.