From b071e5376c65b17936814bcc2efd21349bb8d8b8 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 1 Aug 2024 17:50:27 -0700 Subject: [PATCH] "sourcecode.social/reiver/go-pathmatch" -> "github.com/reiver/go-pathmatch" --- api/v1/accounts/account_id/handler.go | 2 +- go.mod | 7 +++---- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/api/v1/accounts/account_id/handler.go b/api/v1/accounts/account_id/handler.go index 46623f1..de36616 100644 --- a/api/v1/accounts/account_id/handler.go +++ b/api/v1/accounts/account_id/handler.go @@ -3,7 +3,7 @@ package account_id import ( "net/http" - "sourcecode.social/reiver/go-pathmatch" + "github.com/reiver/go-pathmatch" "github.com/reiver/go-mstdn" "github.com/reiver/go-mstdn/ent" diff --git a/go.mod b/go.mod index cf0808f..14dee71 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,7 @@ module github.com/reiver/go-mstdn go 1.20 -require ( - github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc - sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd -) +require github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc require ( github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee @@ -17,3 +14,5 @@ require github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1 require github.com/reiver/go-jsonpp v0.0.0-20240802002345-16cd4c5a34ee require github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f + +require github.com/reiver/go-pathmatch v1.0.1-0.20240802004530-0dc31d85afa8 diff --git a/go.sum b/go.sum index fd83d3b..5b1b9b3 100644 --- a/go.sum +++ b/go.sum @@ -11,5 +11,5 @@ github.com/reiver/go-nul v0.0.0-20240801233226-90d138095e48 h1:+x7mICqo/GBI0B7I5 github.com/reiver/go-nul v0.0.0-20240801233226-90d138095e48/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= -sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd h1:6MIrZc2s6m4SaHnP2Aza6Cg4kMBiwpi+8mKdO9sjfhw= -sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd/go.mod h1:mw0k5AKQBwJ75SIP6sm9HWCSkEVxqn9UlHDH+MR8pjo= +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=