chiclientip/go.mod
Renovate ead191e505
All checks were successful
ci/woodpecker/push/test Pipeline was successful
chore(deps): update module github.com/go-chi/chi/v5 to v5.0.12 (#11)
Reviewed-on: #11
Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-committed-by: Renovate <renovate@dwysokinski.me>
2024-02-18 05:52:19 +00:00

16 lines
337 B
Modula-2

module gitea.dwysokinski.me/Kichiyaki/chiclientip
go 1.20
require (
github.com/go-chi/chi/v5 v5.0.12
github.com/realclientip/realclientip-go v1.0.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)