初始化提交

This commit is contained in:
2026-04-07 22:44:49 +08:00
commit c47a39b2b3
10 changed files with 180 additions and 0 deletions

19
go.mod Normal file
View File

@@ -0,0 +1,19 @@
module zire
go 1.25
require golang.org/x/tools v0.42.0
require (
github.com/cenkalti/backoff/v4 v4.0.0 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/reactivex/rxgo/v2 v2.5.0 // indirect
github.com/stretchr/objx v0.1.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/teivah/onecontext v0.0.0-20200513185103-40f981bfd775 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/sync v0.19.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)