chiclientip/go.mod
Renovate 27c3f33adf chore(deps): update module github.com/go-chi/chi/v5 to v5.0.11 (#8)
Reviewed-on: #8
Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-committed-by: Renovate <renovate@dwysokinski.me>
2023-12-21 04:14:09 +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.11
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
)