mirror of
https://github.com/fumiama/go-base16384.git
synced 2026-06-05 00:32:52 +08:00
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
module github.com/fumiama/go-base16384
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.7.1
|
|
golang.org/x/text v0.3.7
|
|
)
|