From 7f33583e15fe364af59535840efd866c5b37d6eb Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 6 Oct 2023 09:23:20 -0700 Subject: [PATCH] initial commits --- go.mod | 2 ++ go.sum | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 go.sum diff --git a/go.mod b/go.mod index 5fbc7eb..a4346bd 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..c8ad6fb --- /dev/null +++ b/go.sum @@ -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=