mirror of
https://github.com/fumiama/tienyik.git
synced 2026-06-04 23:10:26 +08:00
19 lines
387 B
Modula-2
19 lines
387 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
|
|
github.com/tetratelabs/wazero v1.9.0
|
|
golang.org/x/net v0.28.0
|
|
golang.org/x/term v0.23.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
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
|
|
)
|