Skip to content

Commit

Permalink
Bump deps: use 2023d
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Dec 30, 2023
1 parent fb4b995 commit 2c0d4f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/prometheus/client_golang v1.18.0
github.com/redis/go-redis/v9 v9.3.1
github.com/ringsaturn/protoc-gen-go-hertz v0.2.1
github.com/ringsaturn/tzf v0.14.0
github.com/ringsaturn/tzf-rel v0.0.2023-b
github.com/ringsaturn/tzf v0.14.1
github.com/ringsaturn/tzf-rel v0.0.2023-d
github.com/tidwall/redcon v1.6.2
go.uber.org/mock v0.4.0
go.uber.org/zap v1.26.0
Expand Down Expand Up @@ -46,7 +46,7 @@ require (
github.com/prometheus/procfs v0.12.0 // indirect
github.com/tidwall/btree v1.7.0 // indirect
github.com/tidwall/geoindex v1.7.0 // indirect
github.com/tidwall/geojson v1.4.3 // indirect
github.com/tidwall/geojson v1.4.5 // indirect
github.com/tidwall/gjson v1.17.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
github.com/redis/go-redis/v9 v9.3.1 h1:KqdY8U+3X6z+iACvumCNxnoluToB+9Me+TvyFa21Mds=
github.com/redis/go-redis/v9 v9.3.1/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
github.com/ringsaturn/go-cities.json v0.4.0 h1:7w47Wy9Xq4sMrPKzhk6p1ney8qadnRtfAa9qzWtvsYM=
github.com/ringsaturn/go-cities.json v0.4.0/go.mod h1:qpTYJsvNi40oTJs0WEdRdNAbWcLBWSL7oRHUxMrF4g8=
github.com/ringsaturn/go-cities.json v0.5.1 h1:TFRF7oC7DU5XhFe1QPKHSPI94SIP+q5Tl+GiOz97zhw=
github.com/ringsaturn/go-cities.json v0.5.1/go.mod h1:qpTYJsvNi40oTJs0WEdRdNAbWcLBWSL7oRHUxMrF4g8=
github.com/ringsaturn/protoc-gen-go-hertz v0.2.1 h1:UVC2Yen2DNXE8olzZlkXB2zoVHG1k/V9ky/Cg47YJbg=
github.com/ringsaturn/protoc-gen-go-hertz v0.2.1/go.mod h1:EKFHnRX0tX/79D0HFM93RdQxAvxpX5gM+de1ylgtE3Y=
github.com/ringsaturn/tzf v0.14.0 h1:1PelDZ8N1UUmDPdVY7/Fnh2P61OOPoLNYKkuDrc8kPI=
github.com/ringsaturn/tzf v0.14.0/go.mod h1:ywbnZmJjMzrRTp+Ee8NZ8tV1VcEKGgpm8tXqMmCjD9c=
github.com/ringsaturn/tzf-rel v0.0.2023-b h1:27Kt3ewlXJ/nkYFedYWmKbj7CUWzG0UxFYXQAjzPgBE=
github.com/ringsaturn/tzf-rel v0.0.2023-b/go.mod h1:TvyUIUpF3aCH98QYjTmMb1cqK7pFswdFLoIVZwGNV/M=
github.com/ringsaturn/tzf v0.14.1 h1:nVSGoISYvHgsTZQZ3xJgEa+tUJWnMlLND9h7nV5GCcw=
github.com/ringsaturn/tzf v0.14.1/go.mod h1:4RVG3LFlJFk0hS/G8ZcEWkjivzC++NU+3HL6Z+671Sw=
github.com/ringsaturn/tzf-rel v0.0.2023-d h1:hUK8w4xuDY/oqu+Ltqt35lEuxZmiI/z+oAYHaKxYH0c=
github.com/ringsaturn/tzf-rel v0.0.2023-d/go.mod h1:TvyUIUpF3aCH98QYjTmMb1cqK7pFswdFLoIVZwGNV/M=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=
Expand Down Expand Up @@ -137,8 +137,8 @@ github.com/tidwall/cities v0.1.0/go.mod h1:lV/HDp2gCcRcHJWqgt6Di54GiDrTZwh1aG2ZU
github.com/tidwall/geoindex v1.4.4/go.mod h1:rvVVNEFfkJVWGUdEfU8QaoOg/9zFX0h9ofWzA60mz1I=
github.com/tidwall/geoindex v1.7.0 h1:jtk41sfgwIt8MEDyC3xyKSj75iXXf6rjReJGDNPtR5o=
github.com/tidwall/geoindex v1.7.0/go.mod h1:rvVVNEFfkJVWGUdEfU8QaoOg/9zFX0h9ofWzA60mz1I=
github.com/tidwall/geojson v1.4.3 h1:yae/k/DhJdc9psaTJQ3pNOdbol70eH+nCijy6O7TxBw=
github.com/tidwall/geojson v1.4.3/go.mod h1:1cn3UWfSYCJOq53NZoQ9rirdw89+DM0vw+ZOAVvuReg=
github.com/tidwall/geojson v1.4.5 h1:BFVb5Pr7WZJMqFXy1LVudt5hPEWR3g4uhjk5Ezc3GzA=
github.com/tidwall/geojson v1.4.5/go.mod h1:1cn3UWfSYCJOq53NZoQ9rirdw89+DM0vw+ZOAVvuReg=
github.com/tidwall/gjson v1.9.3/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/gjson v1.12.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/gjson v1.14.4/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
Expand Down

0 comments on commit 2c0d4f7

Please sign in to comment.