mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-21 19:11:04 +00:00
9 lines
165 B
Modula-2
9 lines
165 B
Modula-2
module github.com/kyren223/eko
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
)
|