mirror of
https://github.com/tursom/GoCollections.git
synced 2025-03-13 17:00:18 +08:00
10 lines
197 B
Modula-2
10 lines
197 B
Modula-2
module github.com/tursom/GoCollections
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/petermattis/goid v0.0.0-20220302125637-5f11c28912df
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
github.com/timandy/routine v1.1.1
|
|
)
|