mirror of
https://github.com/fumiama/go-registry.git
synced 2026-06-05 07:50:25 +08:00
12 lines
230 B
Modula-2
12 lines
230 B
Modula-2
module github.com/fumiama/go-registry
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/fumiama/go-base16384 v1.6.1
|
|
github.com/fumiama/go-simple-protobuf v0.1.0
|
|
github.com/fumiama/gofastTEA v0.0.10
|
|
)
|
|
|
|
require golang.org/x/text v0.3.7 // indirect
|