mirror of
https://github.com/fumiama/tienyik.git
synced 2026-06-28 15:00:23 +08:00
feat: add more apis
This commit is contained in:
7
go.mod
7
go.mod
@@ -5,10 +5,11 @@ go 1.24.4
|
||||
require (
|
||||
github.com/fumiama/go-base16384 v1.7.1
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
golang.org/x/net v0.28.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
github.com/stretchr/testify v1.8.0 // indirect
|
||||
golang.org/x/sys v0.23.0 // indirect
|
||||
golang.org/x/text v0.17.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user