Rename module
This commit is contained in:
parent
1f5f708a62
commit
42decc5490
3 changed files with 5 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -4,4 +4,4 @@ go 1.22
|
||||||
|
|
||||||
require github.com/lib/pq v1.10.9
|
require github.com/lib/pq v1.10.9
|
||||||
|
|
||||||
require github.com/joho/godotenv v1.5.1 // indirect
|
require github.com/joho/godotenv v1.5.1
|
||||||
|
|
|
||||||
4
go.sum
Normal file
4
go.sum
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
|
||||||
|
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
|
||||||
|
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
|
||||||
|
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
|
||||||
BIN
magos_test
Executable file
BIN
magos_test
Executable file
Binary file not shown.
Loading…
Add table
Reference in a new issue