initial commits

master
Charles Iliya Krempeaux 2023-10-06 09:23:20 -07:00
parent 88877be688
commit 7f33583e15
2 changed files with 6 additions and 0 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module sourcecode.social/reiver/go-rfc3986
go 1.20
require sourcecode.social/reiver/go-rfc2234 v0.0.0-20231006162118-904bbffee7e4 // indirect

4
go.sum 100644
View File

@ -0,0 +1,4 @@
sourcecode.social/reiver/go-rfc2234 v0.0.0-20231004090151-ce553a7c22a5 h1:wCAZmyemJDcwkPVs4rODF+kDtgnvtPLLymwGjdJTGO0=
sourcecode.social/reiver/go-rfc2234 v0.0.0-20231004090151-ce553a7c22a5/go.mod h1:EuJSji3zbYdlUu4hhW8Zs300SMcn7+7z3YqM5ZZNAyo=
sourcecode.social/reiver/go-rfc2234 v0.0.0-20231006162118-904bbffee7e4 h1:9Ky4s8gKOCLZcAZnyd20eg61rcNI24Q3Ez1TuszC9DY=
sourcecode.social/reiver/go-rfc2234 v0.0.0-20231006162118-904bbffee7e4/go.mod h1:EuJSji3zbYdlUu4hhW8Zs300SMcn7+7z3YqM5ZZNAyo=