diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-02 20:23:09 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-06-02 20:23:09 -0400 |
| commit | cdd373f013cfa31d1b81db5842d2251e13424cef (patch) | |
| tree | 42978d6c8f81b44fc04e07f436010e056a1ceb67 /go.mod | |
| parent | e92fea88dd9c0f95846ec947e10336489ee8e42c (diff) | |
| download | x-cdd373f013cfa31d1b81db5842d2251e13424cef.tar.xz x-cdd373f013cfa31d1b81db5842d2251e13424cef.zip | |
go mod tidy
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,7 @@ require ( github.com/Marcel-ICMC/graw v0.0.0-20230411090719-e24cd8592d25 github.com/McKael/madon/v2 v2.4.0 github.com/Songmu/gitconfig v0.2.0 + github.com/a-h/templ v0.2.707 github.com/aws/aws-sdk-go v1.53.12 github.com/aws/aws-sdk-go-v2/service/s3 v1.54.3 github.com/bwmarrin/discordgo v0.28.1 @@ -85,7 +86,6 @@ require ( github.com/Microsoft/go-winio v0.6.1 // indirect github.com/ProtonMail/go-crypto v1.0.0 // indirect github.com/PuerkitoBio/rehttp v1.3.0 // indirect - github.com/a-h/templ v0.2.707 // indirect github.com/agext/levenshtein v1.2.1 // indirect github.com/andybalholm/brotli v1.1.0 // indirect github.com/andybalholm/cascadia v1.3.2 // indirect |
