ref: Adding go.sum and go.mod

This commit is contained in:
kar
2025-12-30 22:20:09 -06:00
parent d130a117ba
commit 7a28c9c1ff
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module rmpc
go 1.25.4
require github.com/joho/godotenv v1.5.1 // indirect
+2
View File
@@ -0,0 +1,2 @@
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=