mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 20:58:00 +00:00
check-ip and geoip no longer use it; formmailer now takes *atomic.Pointer[ipcohort.Cohort] for Blacklist so callers own the refresh + swap lifecycle directly. gitshallow doc comments that referenced dataset.Syncer are trimmed. The concepts the package tried to share (atomic-swap, group sync, ticker-driven refresh) may come back under sync/dataset once we have more than one in-tree caller that wants them.
10 lines
197 B
Modula-2
10 lines
197 B
Modula-2
module github.com/therootcompany/golib/net/formmailer
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/phuslu/iploc v1.0.20260415
|
|
github.com/therootcompany/golib/net/ipcohort v0.0.0
|
|
golang.org/x/time v0.15.0
|
|
)
|