Fixed dependencies

This commit is contained in:
2024-09-17 00:36:14 -06:00
parent 706265845c
commit 455761e2c3
7 changed files with 32 additions and 20 deletions

2
go.mod
View File

@ -7,7 +7,6 @@ require github.com/alecthomas/chroma/v2 v2.14.0
require (
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
@ -20,7 +19,6 @@ require (
)
require (
github.com/aws/aws-sdk-go v1.55.5
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.17.0
github.com/gorilla/feeds v1.2.0