mirror of
https://github.com/fumiama/tienyik.git
synced 2026-06-04 23:10:26 +08:00
15 lines
286 B
Modula-2
15 lines
286 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
|
|
)
|
|
|
|
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
|
|
)
|