mirror of
https://github.com/1f349/violet.git
synced 2024-11-10 06:32:54 +00:00
11 lines
189 B
Modula-2
11 lines
189 B
Modula-2
|
module benchmarks
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/MrMelon54/violet v0.0.0-20230419182034-77d570ac1e6d
|
||
|
github.com/gorilla/mux v1.8.0
|
||
|
)
|
||
|
|
||
|
require github.com/MrMelon54/trie v0.0.2 // indirect
|