Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/abczzz13/clientip/prometheus
go 1.21

require (
github.com/abczzz13/clientip v0.0.5
github.com/abczzz13/clientip v0.0.6
github.com/prometheus/client_golang v1.21.1
)

Expand Down
4 changes: 2 additions & 2 deletions prometheus/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/abczzz13/clientip v0.0.5 h1:gnB0Dz6ER+tR2U59rKpD228FBG6WESxMijy2NGZv0uc=
github.com/abczzz13/clientip v0.0.5/go.mod h1:WRyghNIxRPXMph5JTMmn0wt/HwLxE+gvD3IaYbtEjxY=
github.com/abczzz13/clientip v0.0.6 h1:QhIBULtoRwuTaIP+Glj8LQywS01nKT2QBKydocvuyPI=
github.com/abczzz13/clientip v0.0.6/go.mod h1:WRyghNIxRPXMph5JTMmn0wt/HwLxE+gvD3IaYbtEjxY=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
Expand Down