initial commits
parent
88877be688
commit
7f33583e15
2
go.mod
2
go.mod
|
@ -1,3 +1,5 @@
|
||||||
module sourcecode.social/reiver/go-rfc3986
|
module sourcecode.social/reiver/go-rfc3986
|
||||||
|
|
||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
|
require sourcecode.social/reiver/go-rfc2234 v0.0.0-20231006162118-904bbffee7e4 // indirect
|
||||||
|
|
|
@ -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=
|
Loading…
Reference in New Issue