2024-08-24 14:05:17 +00:00
|
|
|
module github.com/reiver/go-rfc3986
|
2023-10-04 12:22:03 +00:00
|
|
|
|
|
|
|
go 1.20
|
2023-10-06 16:23:20 +00:00
|
|
|
|
2023-10-07 04:08:00 +00:00
|
|
|
require (
|
2024-08-24 14:05:17 +00:00
|
|
|
github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f // indirect
|
|
|
|
github.com/reiver/go-rfc2234 v0.0.0-20240824134608-874192441e79 // indirect
|
2023-10-07 04:08:00 +00:00
|
|
|
)
|