Merge branch 'renovate/github.com-oschwald-maxminddb-golang-0.x' into 'master'
Update module oschwald/maxminddb-golang to v0.2.0 See merge request !14
Showing
... | ... | @@ -14,7 +14,7 @@ require ( |
github.com/jonboulle/clockwork v0.2.2 // indirect | ||
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201219040909-8fd2afad43d1 // indirect | ||
github.com/mssola/user_agent v0.0.0-20170906152553-a2f39d5a9b15 | ||
github.com/oschwald/maxminddb-golang v0.0.0-20170901134056-26fe5ace1c70 | ||
github.com/oschwald/maxminddb-golang v0.2.0 | ||
github.com/prometheus/client_golang v1.9.0 | ||
github.com/rs/cors v0.0.0-20190613161432-33ffc0734c60 | ||
github.com/tstranex/u2f v1.0.0 | ||
... | ... |
... | ... | @@ -274,6 +274,8 @@ github.com/openzipkin/zipkin-go v0.2.5 h1:UwtQQx2pyPIgWYHRg+epgdx1/HnBQTgN3/oIYE |
github.com/openzipkin/zipkin-go v0.2.5/go.mod h1:KpXfKdgRDnnhsxw4pNIH9Md5lyFqKUa4YDFlwRYAMyE= | ||
github.com/oschwald/maxminddb-golang v0.0.0-20170901134056-26fe5ace1c70 h1:XGLYUmodtNzThosQ8GkMvj9TiIB/uWsP8NfxKSa3aDc= | ||
github.com/oschwald/maxminddb-golang v0.0.0-20170901134056-26fe5ace1c70/go.mod h1:3jhIUymTJ5VREKyIhWm66LJiQt04F0UCDdodShpjWsY= | ||
github.com/oschwald/maxminddb-golang v0.2.0 h1:cdvE3VUWCRdu+tYIBtwbcPWj1A83jZc5CSdGSuhnqO8= | ||
github.com/oschwald/maxminddb-golang v0.2.0/go.mod h1:3jhIUymTJ5VREKyIhWm66LJiQt04F0UCDdodShpjWsY= | ||
github.com/pact-foundation/pact-go v1.0.4/go.mod h1:uExwJY4kCzNPcHRj+hCR/HBbOOIwwtUjcrb0b5/5kLM= | ||
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= | ||
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ= | ||
... | ... |
This diff is collapsed.