"sourcecode.social/reiver/go-pathmatch" -> "github.com/reiver/go-pathmatch"

master
Charles Iliya Krempeaux 2024-08-01 17:50:27 -07:00
parent f4fcd5b6b2
commit b071e5376c
3 changed files with 6 additions and 7 deletions

View File

@ -3,7 +3,7 @@ package account_id
import ( import (
"net/http" "net/http"
"sourcecode.social/reiver/go-pathmatch" "github.com/reiver/go-pathmatch"
"github.com/reiver/go-mstdn" "github.com/reiver/go-mstdn"
"github.com/reiver/go-mstdn/ent" "github.com/reiver/go-mstdn/ent"

7
go.mod
View File

@ -2,10 +2,7 @@ module github.com/reiver/go-mstdn
go 1.20 go 1.20
require ( require github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc
github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc
sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd
)
require ( require (
github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee 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-jsonpp v0.0.0-20240802002345-16cd4c5a34ee
require github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f require github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f
require github.com/reiver/go-pathmatch v1.0.1-0.20240802004530-0dc31d85afa8

4
go.sum
View File

@ -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-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 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-20240704165441-4ce81358adfc/go.mod h1:Yu6dFKh0IZ0evP9U5QiBlxBa5BhlBzGEn7EZ1kP/pkA=
sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd h1:6MIrZc2s6m4SaHnP2Aza6Cg4kMBiwpi+8mKdO9sjfhw= github.com/reiver/go-pathmatch v1.0.1-0.20240802004530-0dc31d85afa8 h1:3mxWa4FELLc6TbC00ZZTe30tYUZ8HN4IHaH0m7Y3SPc=
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/go.mod h1:SveMAOrJP7XCL3UlazOjQdKNCGG2T/E1zE6gDHfs3cA=