9 lines
167 B
Modula-2
9 lines
167 B
Modula-2
module github.com/ImVexed/fasturl
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dvyukov/go-fuzz v0.0.0-20200318091601-be3528f3a813 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|