From 18bab6f78495cda8b5f7fde86063405c182f87e1 Mon Sep 17 00:00:00 2001 From: Sam Lewis Date: Thu, 12 Jan 2023 22:34:02 -0500 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1ca098b..62fe886 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.19 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 ) require ( @@ -12,6 +13,5 @@ require ( github.com/gobuffalo/packd v1.0.2 // indirect github.com/gobuffalo/packr v1.30.1 // indirect github.com/joho/godotenv v1.4.0 // indirect - github.com/nathan-osman/go-sunrise v1.1.0 // indirect github.com/rogpeppe/go-internal v1.9.0 // indirect )