File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.0.0
4+
5+ * Upgrade to ` github.com/oschwald/maxminddb-golang/v2 ` . This is a breaking
6+ API change, but should not affect the use of the program.
7+
38## 0.2.0 (2024-01-10)
49
510* Don't escape ` & ` , ` < ` , and ` > ` in JSON output
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ _We aim always to support the current and penultimate major releases of the Go c
8787The easiest way is via ` go install ` :
8888
8989``` bash
90- $ go install github.com/maxmind/mmdbinspect/cmd/mmdbinspect@latest
90+ $ go install github.com/maxmind/mmdbinspect/v2/ cmd/mmdbinspect@latest
9191```
9292
9393This installs ` mmdbinspect ` to ` $GOPATH/bin/mmdbinspect ` .
Original file line number Diff line number Diff line change 99 "os"
1010 "strings"
1111
12- "github.com/maxmind/mmdbinspect/pkg/mmdbinspect"
12+ "github.com/maxmind/mmdbinspect/v2/ pkg/mmdbinspect"
1313)
1414
1515type arrayFlags []string
Original file line number Diff line number Diff line change 1- module github.com/maxmind/mmdbinspect
1+ module github.com/maxmind/mmdbinspect/v2
22
33go 1.23
44
You can’t perform that action at this time.
0 commit comments