mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48: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.
20 lines
492 B
Plaintext
20 lines
492 B
Plaintext
go 1.26.1
|
|
|
|
use (
|
|
.
|
|
./cmd/check-ip
|
|
./net/formmailer
|
|
./net/geoip
|
|
./net/gitshallow
|
|
./net/httpcache
|
|
./net/ipcohort
|
|
)
|
|
|
|
replace (
|
|
github.com/therootcompany/golib/net/formmailer v0.0.0 => ./net/formmailer
|
|
github.com/therootcompany/golib/net/geoip v0.0.0 => ./net/geoip
|
|
github.com/therootcompany/golib/net/gitshallow v0.0.0 => ./net/gitshallow
|
|
github.com/therootcompany/golib/net/httpcache v0.0.0 => ./net/httpcache
|
|
github.com/therootcompany/golib/net/ipcohort v0.0.0 => ./net/ipcohort
|
|
)
|