Deps + Made "cooldown" lib more generic as a timer lib

This commit is contained in:
2024-03-19 14:31:40 -06:00
parent 3ac076709e
commit f672ff8763
6 changed files with 10 additions and 80 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
)
require (
github.com/aws/aws-sdk-go v1.50.37
github.com/aws/aws-sdk-go v1.51.3
github.com/gorilla/schema v1.2.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1