Skip to content

Commit b9af87a

Browse files
committed
Update mmdbwriter to v1.2.0
1 parent 65f1caf commit b9af87a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/maxmind/mmdbconvert
33
go 1.25.3
44

55
require (
6-
github.com/maxmind/mmdbwriter v1.1.1-0.20260102195411-d7eae40f5bf4
6+
github.com/maxmind/mmdbwriter v1.2.0
77
github.com/oschwald/maxminddb-golang/v2 v2.1.1
88
github.com/parquet-go/parquet-go v0.26.4
99
github.com/pelletier/go-toml/v2 v2.2.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUq
1010
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
1111
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
1212
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
13-
github.com/maxmind/mmdbwriter v1.1.1-0.20260102195411-d7eae40f5bf4 h1:a39aEwlFWBp1Bqh146jW6eKUrL8zdTm9faoLQmTQzds=
14-
github.com/maxmind/mmdbwriter v1.1.1-0.20260102195411-d7eae40f5bf4/go.mod h1:EQmKHhk2y9DRVvyNxwCLKC5FrkXZLx4snc5OlLY5XLE=
13+
github.com/maxmind/mmdbwriter v1.2.0 h1:hyvDopImmgvle3aR8AaddxXnT0iQH2KWJX3vNfkwzYM=
14+
github.com/maxmind/mmdbwriter v1.2.0/go.mod h1:EQmKHhk2y9DRVvyNxwCLKC5FrkXZLx4snc5OlLY5XLE=
1515
github.com/oschwald/maxminddb-golang/v2 v2.1.1 h1:lA8FH0oOrM4u7mLvowq8IT6a3Q/qEnqRzLQn9eH5ojc=
1616
github.com/oschwald/maxminddb-golang/v2 v2.1.1/go.mod h1:PLdx6PR+siSIoXqqy7C7r3SB3KZnhxWr1Dp6g0Hacl8=
1717
github.com/parquet-go/bitpack v1.0.0 h1:AUqzlKzPPXf2bCdjfj4sTeacrUwsT7NlcYDMUQxPcQA=

0 commit comments

Comments
 (0)