Fixed dependencies
This commit is contained in:
2
go.mod
2
go.mod
@ -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
|
||||
|
Reference in New Issue
Block a user