-
- Downloads
Update module oschwald/maxminddb-golang to v0.2.0
parent
782d5400
No related branches found
No related tags found
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- vendor/github.com/oschwald/maxminddb-golang/.gitignore 0 additions, 4 deletionsvendor/github.com/oschwald/maxminddb-golang/.gitignore
- vendor/github.com/oschwald/maxminddb-golang/.gitmodules 1 addition, 1 deletionvendor/github.com/oschwald/maxminddb-golang/.gitmodules
- vendor/github.com/oschwald/maxminddb-golang/.travis.yml 5 additions, 17 deletionsvendor/github.com/oschwald/maxminddb-golang/.travis.yml
- vendor/github.com/oschwald/maxminddb-golang/LICENSE 199 additions, 12 deletionsvendor/github.com/oschwald/maxminddb-golang/LICENSE
- vendor/github.com/oschwald/maxminddb-golang/README.md 5 additions, 7 deletionsvendor/github.com/oschwald/maxminddb-golang/README.md
- vendor/github.com/oschwald/maxminddb-golang/appveyor.yml 0 additions, 19 deletionsvendor/github.com/oschwald/maxminddb-golang/appveyor.yml
- vendor/github.com/oschwald/maxminddb-golang/build.cmd 3 additions, 0 deletionsvendor/github.com/oschwald/maxminddb-golang/build.cmd
- vendor/github.com/oschwald/maxminddb-golang/decoder.go 159 additions, 356 deletionsvendor/github.com/oschwald/maxminddb-golang/decoder.go
- vendor/github.com/oschwald/maxminddb-golang/errors.go 0 additions, 42 deletionsvendor/github.com/oschwald/maxminddb-golang/errors.go
- vendor/github.com/oschwald/maxminddb-golang/reader.go 83 additions, 86 deletionsvendor/github.com/oschwald/maxminddb-golang/reader.go
- vendor/github.com/oschwald/maxminddb-golang/reader_appengine.go 0 additions, 26 deletions.../github.com/oschwald/maxminddb-golang/reader_appengine.go
- vendor/github.com/oschwald/maxminddb-golang/reader_other.go 0 additions, 61 deletionsvendor/github.com/oschwald/maxminddb-golang/reader_other.go
- vendor/github.com/oschwald/maxminddb-golang/reader_unix.go 15 additions, 0 deletionsvendor/github.com/oschwald/maxminddb-golang/reader_unix.go
- vendor/github.com/oschwald/maxminddb-golang/reader_windows.go 13 additions, 17 deletions...or/github.com/oschwald/maxminddb-golang/reader_windows.go
- vendor/github.com/oschwald/maxminddb-golang/traverse.go 0 additions, 108 deletionsvendor/github.com/oschwald/maxminddb-golang/traverse.go
- vendor/github.com/oschwald/maxminddb-golang/verifier.go 0 additions, 185 deletionsvendor/github.com/oschwald/maxminddb-golang/verifier.go
- vendor/modules.txt 1 addition, 1 deletionvendor/modules.txt
... | @@ -14,7 +14,7 @@ require ( | ... | @@ -14,7 +14,7 @@ require ( |
github.com/jonboulle/clockwork v0.2.2 // indirect | github.com/jonboulle/clockwork v0.2.2 // indirect | ||
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201219040909-8fd2afad43d1 // 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/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/prometheus/client_golang v1.9.0 | ||
github.com/rs/cors v0.0.0-20190613161432-33ffc0734c60 | github.com/rs/cors v0.0.0-20190613161432-33ffc0734c60 | ||
github.com/tstranex/u2f v1.0.0 | github.com/tstranex/u2f v1.0.0 | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment