Skip to content

Commit 7c5d6d8

Browse files
build(deps): bump github.com/testcontainers/testcontainers-go (#17764)
Bumps the dependencies group in /systemtest with 1 update: [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go). Updates `github.com/testcontainers/testcontainers-go` from 0.37.0 to 0.38.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kruskall <[email protected]>
1 parent 789b163 commit 7c5d6d8

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

systemtest/go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1
1414
github.com/hashicorp/go-multierror v1.1.1
1515
github.com/stretchr/testify v1.10.0
16-
github.com/testcontainers/testcontainers-go v0.37.0
16+
github.com/testcontainers/testcontainers-go v0.38.0
1717
github.com/tidwall/gjson v1.18.0
1818
go.elastic.co/apm/v2 v2.7.1
1919
go.elastic.co/fastjson v1.5.1
@@ -52,7 +52,7 @@ require (
5252
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5353
github.com/distribution/reference v0.6.0 // indirect
5454
github.com/docker/go-units v0.5.0 // indirect
55-
github.com/ebitengine/purego v0.8.2 // indirect
55+
github.com/ebitengine/purego v0.8.4 // indirect
5656
github.com/elastic/elastic-transport-go/v8 v8.7.0 // indirect
5757
github.com/elastic/go-windows v1.0.2 // indirect
5858
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -71,7 +71,6 @@ require (
7171
github.com/moby/docker-image-spec v1.3.1 // indirect
7272
github.com/moby/go-archive v0.1.0 // indirect
7373
github.com/moby/patternmatcher v0.6.0 // indirect
74-
github.com/moby/sys/atomicwriter v0.1.0 // indirect
7574
github.com/moby/sys/sequential v0.6.0 // indirect
7675
github.com/moby/sys/user v0.4.0 // indirect
7776
github.com/moby/sys/userns v0.1.0 // indirect
@@ -85,7 +84,7 @@ require (
8584
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8685
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
8786
github.com/prometheus/procfs v0.15.1 // indirect
88-
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
87+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
8988
github.com/sirupsen/logrus v1.9.3 // indirect
9089
github.com/tidwall/match v1.1.1 // indirect
9190
github.com/tidwall/pretty v1.2.1 // indirect

systemtest/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj
3939
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
4040
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
4141
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
42-
github.com/ebitengine/purego v0.8.2 h1:jPPGWs2sZ1UgOSgD2bClL0MJIqu58nOmIcBuXr62z1I=
43-
github.com/ebitengine/purego v0.8.2/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
42+
github.com/ebitengine/purego v0.8.4 h1:CF7LEKg5FFOsASUj0+QwaXf8Ht6TlFxg09+S9wz0omw=
43+
github.com/ebitengine/purego v0.8.4/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
4444
github.com/elastic/apm-perf v1.0.0 h1:cWDOStwUZ+FdLWUELrF0Gh0Y1cn3MZZA1eI0ZJyYcsE=
4545
github.com/elastic/apm-perf v1.0.0/go.mod h1:9vT8b+Bdv3sE9H4p9fUA9BipKIc/YxXLM6iH/t62JN4=
4646
github.com/elastic/apm-tools v0.0.0-20240607105915-a4f490dc6959 h1:N76IIqinReb57QDdQ9we7tPzuZx56BH5P6309u/ALec=
@@ -138,8 +138,8 @@ github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0leargg
138138
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
139139
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
140140
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
141-
github.com/shirou/gopsutil/v4 v4.25.1 h1:QSWkTc+fu9LTAWfkZwZ6j8MSUk4A2LV7rbH0ZqmLjXs=
142-
github.com/shirou/gopsutil/v4 v4.25.1/go.mod h1:RoUCUpndaJFtT+2zsZzzmhvbfGoDCJ7nFXKJf8GqJbI=
141+
github.com/shirou/gopsutil/v4 v4.25.5 h1:rtd9piuSMGeU8g1RMXjZs9y9luK5BwtnG7dZaQUJAsc=
142+
github.com/shirou/gopsutil/v4 v4.25.5/go.mod h1:PfybzyydfZcN+JMMjkF6Zb8Mq1A/VcogFFg7hj50W9c=
143143
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
144144
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
145145
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
@@ -149,8 +149,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
149149
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
150150
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
151151
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
152-
github.com/testcontainers/testcontainers-go v0.37.0 h1:L2Qc0vkTw2EHWQ08djon0D2uw7Z/PtHS/QzZZ5Ra/hg=
153-
github.com/testcontainers/testcontainers-go v0.37.0/go.mod h1:QPzbxZhQ6Bclip9igjLFj6z0hs01bU8lrl2dHQmgFGM=
152+
github.com/testcontainers/testcontainers-go v0.38.0 h1:d7uEapLcv2P8AvH8ahLqDMMxda2W9gQN1nRbHS28HBw=
153+
github.com/testcontainers/testcontainers-go v0.38.0/go.mod h1:C52c9MoHpWO+C4aqmgSU+hxlR5jlEayWtgYrb8Pzz1w=
154154
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
155155
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
156156
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=

0 commit comments

Comments
 (0)