add ipinfo middleware
This commit is contained in:
parent
b26ef7439e
commit
6fd78737dc
5 changed files with 278 additions and 0 deletions
6
go.mod
6
go.mod
|
|
@ -5,4 +5,10 @@ go 1.26.2
|
|||
require (
|
||||
git.juancwu.dev/juancwu/errx v0.1.0
|
||||
git.juancwu.dev/juancwu/splinter v0.1.0
|
||||
github.com/ipinfo/go/v2 v2.14.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
||||
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue