mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 22:22:50 +00:00
13 lines
233 B
Modula-2
13 lines
233 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
|
|
|
|
replace github.com/MrMelon54/violet => ../
|