update gitignore
This commit is contained in:
parent
9614211fd5
commit
924963eeef
|
|
@ -3,4 +3,4 @@ cs
|
||||||
cs.exe
|
cs.exe
|
||||||
ts
|
ts
|
||||||
ts.exe
|
ts.exe
|
||||||
log
|
logs
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -13,5 +13,5 @@ require (
|
||||||
github.com/jinzhu/now v1.1.5 // indirect
|
github.com/jinzhu/now v1.1.5 // indirect
|
||||||
github.com/joho/godotenv v1.5.1
|
github.com/joho/godotenv v1.5.1
|
||||||
golang.org/x/text v0.14.0 // indirect
|
golang.org/x/text v0.14.0 // indirect
|
||||||
gorm.io/gorm v1.25.11 // indirect
|
gorm.io/gorm v1.25.11
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue