Skip to content

Commit 7a39ba6

Browse files
fix(deps): update all
1 parent 0d7acaa commit 7a39ba6

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

build/Dockerfile.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ USER 1001
6262
RUN VERSION=${VERSION} GOTAGS="-tags libpostal" make build-server
6363

6464
# Stage 4: Final stage
65-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1758184547
65+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
6666
ARG VERSION=unknown
6767
LABEL maintainer="Moov <[email protected]>"
6868
LABEL name="watchman"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44

55
# Containers used for testing
66
mysql:
7-
image: mysql:9.4.0
7+
image: mysql:9.5.0
88
restart: always
99
ports:
1010
- "3306:3306"

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ module github.com/moov-io/watchman
22

33
go 1.24.0
44

5-
toolchain go1.25.1
5+
toolchain go1.25.4
66

77
require (
88
fyne.io/fyne/v2 v2.7.0
99
github.com/abadojack/whatlanggo v1.0.1
1010
github.com/adamdecaf/merge v0.1.1
11-
github.com/antchfx/htmlquery v1.3.4
11+
github.com/antchfx/htmlquery v1.3.5
1212
github.com/bbalet/stopwords v1.0.0
1313
github.com/dongri/phonenumber v0.1.12
1414
github.com/gorilla/mux v1.8.1
@@ -20,13 +20,13 @@ require (
2020
github.com/openvenues/gopostal v0.0.0-20240426055609-4fe3a773f519
2121
github.com/pariz/gountries v0.1.6
2222
github.com/stretchr/testify v1.11.1
23-
github.com/urfave/cli/v3 v3.5.0
23+
github.com/urfave/cli/v3 v3.6.0
2424
github.com/vmihailenco/msgpack/v5 v5.4.1
2525
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342
2626
go.opentelemetry.io/otel v1.38.0
2727
go.opentelemetry.io/otel/trace v1.38.0
2828
go.uber.org/automaxprocs v1.6.0
29-
golang.org/x/sync v0.17.0
29+
golang.org/x/sync v0.18.0
3030
golang.org/x/text v0.30.0
3131
)
3232

@@ -49,7 +49,7 @@ require (
4949
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
5050
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
5151
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
52-
github.com/antchfx/xpath v1.3.3 // indirect
52+
github.com/antchfx/xpath v1.3.5 // indirect
5353
github.com/beorn7/perks v1.0.1 // indirect
5454
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5555
github.com/cespare/xxhash/v2 v2.3.0 // indirect

go.sum

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,12 @@ github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b/go.mod h1:1KcenG0jGW
660660
github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
661661
github.com/antchfx/htmlquery v1.3.4 h1:Isd0srPkni2iNTWCwVj/72t7uCphFeor5Q8nCzj1jdQ=
662662
github.com/antchfx/htmlquery v1.3.4/go.mod h1:K9os0BwIEmLAvTqaNSua8tXLWRWZpocZIH73OzWQbwM=
663+
github.com/antchfx/htmlquery v1.3.5 h1:aYthDDClnG2a2xePf6tys/UyyM/kRcsFRm+ifhFKoU0=
664+
github.com/antchfx/htmlquery v1.3.5/go.mod h1:5oyIPIa3ovYGtLqMPNjBF2Uf25NPCKsMjCnQ8lvjaoA=
663665
github.com/antchfx/xpath v1.3.3 h1:tmuPQa1Uye0Ym1Zn65vxPgfltWb/Lxu2jeqIGteJSRs=
664666
github.com/antchfx/xpath v1.3.3/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=
667+
github.com/antchfx/xpath v1.3.5 h1:PqbXLC3TkfeZyakF5eeh3NTWEbYl4VHNVeufANzDbKQ=
668+
github.com/antchfx/xpath v1.3.5/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=
665669
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
666670
github.com/apache/arrow/go/v10 v10.0.1/go.mod h1:YvhnlEePVnBS4+0z3fhPfUy7W1Ikj0Ih0vcRo/gZ1M0=
667671
github.com/apache/arrow/go/v11 v11.0.0/go.mod h1:Eg5OsL5H+e299f7u5ssuXsuHQVEGC4xei5aX110hRiI=
@@ -1151,6 +1155,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
11511155
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
11521156
github.com/urfave/cli/v3 v3.5.0 h1:qCuFMmdayTF3zmjG8TSsoBzrDqszNrklYg2x3g4MSgw=
11531157
github.com/urfave/cli/v3 v3.5.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso=
1158+
github.com/urfave/cli/v3 v3.6.0 h1:oIdArVjkdIXHWg3iqxgmqwQGC8NM0JtdgwQAj2sRwFo=
1159+
github.com/urfave/cli/v3 v3.6.0/go.mod h1:ysVLtOEmg2tOy6PknnYVhDoouyC/6N42TMeoMzskhso=
11541160
github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8=
11551161
github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok=
11561162
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
@@ -1412,6 +1418,8 @@ golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
14121418
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
14131419
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
14141420
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
1421+
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
1422+
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
14151423
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
14161424
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
14171425
golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)