mirror of
https://github.com/ctwj/urldb.git
synced 2025-11-25 03:15:04 +08:00
9 lines
167 B
Modula-2
9 lines
167 B
Modula-2
module github.com/ctwj/urldb/examples/plugin_demo/security_demo_plugin
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/ctwj/urldb v0.0.0
|
|
)
|
|
|
|
replace github.com/ctwj/urldb => ../../.. |