mirror of
https://github.com/fumiama/go-registry.git
synced 2026-06-04 23:40:27 +08:00
12 lines
231 B
Modula-2
12 lines
231 B
Modula-2
module github.com/fumiama/go-registry
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/fumiama/go-base16384 v1.7.0
|
|
github.com/fumiama/go-simple-protobuf v0.2.0
|
|
github.com/fumiama/gofastTEA v0.0.10
|
|
)
|
|
|
|
require golang.org/x/text v0.15.0 // indirect
|