Skip to content

Commit fd22a1a

Browse files
chore: Bump github.com/thenativeweb/eventsourcingdb-client-golang from 1.3.1 to 1.5.0 (#12)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01ba02f commit fd22a1a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
require (
66
github.com/google/uuid v1.6.0
77
github.com/stretchr/testify v1.11.1
8-
github.com/thenativeweb/eventsourcingdb-client-golang v1.3.1
8+
github.com/thenativeweb/eventsourcingdb-client-golang v1.5.0
99
)
1010

1111
require (
@@ -48,7 +48,7 @@ require (
4848
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
4949
github.com/shirou/gopsutil/v4 v4.25.8 // indirect
5050
github.com/sirupsen/logrus v1.9.3 // indirect
51-
github.com/testcontainers/testcontainers-go v0.38.0 // indirect
51+
github.com/testcontainers/testcontainers-go v0.39.0 // indirect
5252
github.com/tklauser/go-sysconf v0.3.15 // indirect
5353
github.com/tklauser/numcpus v0.10.0 // indirect
5454
github.com/yusufpapurcu/wmi v1.2.4 // indirect
@@ -58,7 +58,7 @@ require (
5858
go.opentelemetry.io/otel/metric v1.38.0 // indirect
5959
go.opentelemetry.io/otel/trace v1.38.0 // indirect
6060
golang.org/x/crypto v0.41.0 // indirect
61-
golang.org/x/sys v0.35.0 // indirect
61+
golang.org/x/sys v0.36.0 // indirect
6262
google.golang.org/grpc v1.70.0 // indirect
6363
gopkg.in/yaml.v3 v3.0.1 // indirect
6464
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/
103103
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
104104
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
105105
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
106-
github.com/testcontainers/testcontainers-go v0.38.0 h1:d7uEapLcv2P8AvH8ahLqDMMxda2W9gQN1nRbHS28HBw=
107-
github.com/testcontainers/testcontainers-go v0.38.0/go.mod h1:C52c9MoHpWO+C4aqmgSU+hxlR5jlEayWtgYrb8Pzz1w=
108-
github.com/thenativeweb/eventsourcingdb-client-golang v1.3.1 h1:96DbDuctnX7Kz5oy43yJeoFdmJJl8+kvi/cSvLp6HO4=
109-
github.com/thenativeweb/eventsourcingdb-client-golang v1.3.1/go.mod h1:Uzp8jdLnHMph2iNkpYwIUezdR7GQX3VhO0O2CdrTJpI=
106+
github.com/testcontainers/testcontainers-go v0.39.0 h1:uCUJ5tA+fcxbFAB0uP3pIK3EJ2IjjDUHFSZ1H1UxAts=
107+
github.com/testcontainers/testcontainers-go v0.39.0/go.mod h1:qmHpkG7H5uPf/EvOORKvS6EuDkBUPE3zpVGaH9NL7f8=
108+
github.com/thenativeweb/eventsourcingdb-client-golang v1.5.0 h1:ylupgcgiz8maSVEuX6dpjFvZh2T7cG0X9R2v+6BxSwg=
109+
github.com/thenativeweb/eventsourcingdb-client-golang v1.5.0/go.mod h1:bAwjLA7yBtWTAT9MIVzWEPoCO+AZe8YSoosFrMWFcMY=
110110
github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4=
111111
github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4=
112112
github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso=
@@ -159,8 +159,8 @@ golang.org/x/sys v0.0.0-20201204225414-ed752295db88/go.mod h1:h1NjWce9XRLGQEsW7w
159159
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
160160
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
161161
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
162-
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
163-
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
162+
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
163+
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
164164
golang.org/x/term v0.34.0 h1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=
165165
golang.org/x/term v0.34.0/go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw=
166166
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 commit comments

Comments
 (0)