1
0
mirror of https://github.com/fumiama/tienyik.git synced 2026-06-04 23:10:26 +08:00
Files
tienyik/go.mod
2025-10-31 23:20:46 +08:00

16 lines
297 B
Modula-2

module github.com/fumiama/tienyik
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 (
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
)