chore: tidy module

This commit is contained in:
2025-07-31 16:16:42 -05:00
parent e41898db77
commit a71ec6ed25
2 changed files with 5 additions and 6 deletions

5
go.mod
View File

@@ -6,6 +6,8 @@ require (
github.com/golang-module/carbon v1.7.1
github.com/gorilla/websocket v1.5.0
github.com/nathan-osman/go-sunrise v1.1.0
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v3 v3.0.1
)
require (
@@ -16,7 +18,4 @@ require (
github.com/joho/godotenv v1.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)