From efc6351ccb6c4baa285126967ac3538caab480dc Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 8 Aug 2024 12:56:35 -0700 Subject: [PATCH] go.* --- go.mod | 5 +++-- go.sum | 10 ++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 8ca8af2..becdd62 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/reiver/go-mstdn go 1.22.4 -require github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc +require github.com/reiver/go-opt v0.0.0-20240808175813-d4de6ca5ee95 require ( github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee @@ -17,12 +17,13 @@ require github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f require ( github.com/reiver/go-httpsse v0.0.0-20240806223648-6ed5a785f3f8 + github.com/reiver/go-json v0.0.0-20240808191545-fa5fbb1bb3f6 github.com/reiver/go-pathmatch v1.0.1-0.20240802004530-0dc31d85afa8 ) require ( github.com/reiver/go-ascii v0.0.0-20240302002050-442843e5ea02 // indirect github.com/reiver/go-errhttp v1.1.1-0.20240513035723-daf47d264c9c // indirect - github.com/reiver/go-lck v0.0.0-20240805193248-0e30233d682d // indirect + github.com/reiver/go-lck v0.0.0-20240808133902-b56df221c39f // indirect github.com/reiver/go-utf8 v2.0.2-0.20240806185936-5dd7c5557d34+incompatible // indirect ) diff --git a/go.sum b/go.sum index ba7e764..dad7876 100644 --- a/go.sum +++ b/go.sum @@ -8,18 +8,20 @@ github.com/reiver/go-errhttp v1.1.1-0.20240513035723-daf47d264c9c h1:C/ALE5tUOyw github.com/reiver/go-errhttp v1.1.1-0.20240513035723-daf47d264c9c/go.mod h1:J55rONfn+39379roH0KxMCGv6w9ifhZIoSKaVswRUDk= github.com/reiver/go-httpsse v0.0.0-20240806223648-6ed5a785f3f8 h1:HOpgKCgKqWYub73sQvWxamDqJ7G8P0tMk5wYBFUDblE= github.com/reiver/go-httpsse v0.0.0-20240806223648-6ed5a785f3f8/go.mod h1:hABgQXG6IXrFbcy8C+VKEM3/tDZg3nZ4u82N/QvvH70= +github.com/reiver/go-json v0.0.0-20240808191545-fa5fbb1bb3f6 h1:Ty3b38DeA5BKi42+3f3o8Bl4zEAKlJsF0ozArGJmo9k= +github.com/reiver/go-json v0.0.0-20240808191545-fa5fbb1bb3f6/go.mod h1:IHoQXCaObMGCDoTKko/XzDk8QbpNzepuCLMt7KKCLBs= github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee h1:DfEj/iGAIU8CtTcnttyU6t3lae0jl760fUGjxZhIHNU= github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee/go.mod h1:1lW12ILqOxqtylQBMezy6oRuMQWlzFjeWF/Wbz/9U8g= github.com/reiver/go-jsonpp v0.0.0-20240802002345-16cd4c5a34ee h1:KhA+fe6qjEw6ZbN3vjPICGL0NqR+rghYre4SQB0WWVs= github.com/reiver/go-jsonpp v0.0.0-20240802002345-16cd4c5a34ee/go.mod h1:iubeYYU+lR1wqKssI6Sz1DK/Aw/N/qmRcam0wf8hYIs= github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1 h1:32ulBfhFKQIaRMuwCo2vi7FLOphgyKTZzJIk+LWmMOE= github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1/go.mod h1:/msMJNY8TjDYgO/h06wEuzTWGs1b37xbUo8FH/2aZqQ= -github.com/reiver/go-lck v0.0.0-20240805193248-0e30233d682d h1:ZhE9WGB09SR+AIAf+rTl1hWqeHwuBL3VlWl+QjeBcTw= -github.com/reiver/go-lck v0.0.0-20240805193248-0e30233d682d/go.mod h1:PFseSi8S0CBkc+YB6jYWtogPk83LumclnYJZZBQJJhs= +github.com/reiver/go-lck v0.0.0-20240808133902-b56df221c39f h1:KBVWBoNIM8mHkUR3dP64hm2p2vxoD5xHZ6wUllCjFTc= +github.com/reiver/go-lck v0.0.0-20240808133902-b56df221c39f/go.mod h1:PFseSi8S0CBkc+YB6jYWtogPk83LumclnYJZZBQJJhs= github.com/reiver/go-nul v0.0.0-20240807073751-fc545108d9e3 h1:xpe0q4HPPXz9W2R7uChya+654JxpIS/0Uksey6+ktMc= github.com/reiver/go-nul v0.0.0-20240807073751-fc545108d9e3/go.mod h1:hN0edxyC/F7HMB86sn/ljqTJ0CrAeOCGMpCZJ2Nmtc4= -github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc h1:9ARo75fNaZDaGy6zzTrCnJWtkDMNigM7uMRRK8sUERM= -github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc/go.mod h1:Yu6dFKh0IZ0evP9U5QiBlxBa5BhlBzGEn7EZ1kP/pkA= +github.com/reiver/go-opt v0.0.0-20240808175813-d4de6ca5ee95 h1:yMZeTlabM9bvx9ggghLCU4Djfp+FDcgC94+gyl+vzQE= +github.com/reiver/go-opt v0.0.0-20240808175813-d4de6ca5ee95/go.mod h1:iXlSKwDjhyF10Fdd2J5PYKwBFlWgfq7OTRxCHU+yTUY= github.com/reiver/go-pathmatch v1.0.1-0.20240802004530-0dc31d85afa8 h1:3mxWa4FELLc6TbC00ZZTe30tYUZ8HN4IHaH0m7Y3SPc= github.com/reiver/go-pathmatch v1.0.1-0.20240802004530-0dc31d85afa8/go.mod h1:SveMAOrJP7XCL3UlazOjQdKNCGG2T/E1zE6gDHfs3cA= github.com/reiver/go-utf8 v2.0.2-0.20240806185936-5dd7c5557d34+incompatible h1:Ewax9SN/f+OibeHNDBPI2lsf1t17YRBvKDA4X7CU4vA=