.gitignore

This commit is contained in:
2026-03-14 18:42:42 +08:00
parent 0729b07018
commit 1b943b80c4
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/gogf/gf/v2 v2.9.5
)
replace gitea.com/red-future/common v0.0.2 => ../common
//replace gitea.com/red-future/common v0.0.2 => ../common
require (
github.com/BurntSushi/toml v1.5.0 // indirect

1
go.sum
View File

@@ -1,5 +1,6 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
gitea.com/red-future/common v0.0.2/go.mod h1:uTJsmP3RI1/QgSoAeh/j0V/0R26IqtlHNHPlt46jHc8=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=