diff --git a/samples/golang/gorm/go.mod b/samples/golang/gorm/go.mod index 2c7282628..bfae0223a 100644 --- a/samples/golang/gorm/go.mod +++ b/samples/golang/gorm/go.mod @@ -7,7 +7,7 @@ require ( github.com/google/uuid v1.3.1 github.com/shopspring/decimal v1.3.1 github.com/testcontainers/testcontainers-go v0.25.0 - github.com/testcontainers/testcontainers-go/modules/postgres v0.24.1 + github.com/testcontainers/testcontainers-go/modules/postgres v0.25.0 gorm.io/datatypes v1.2.0 gorm.io/driver/postgres v1.5.2 gorm.io/gorm v1.25.5 diff --git a/samples/golang/gorm/go.sum b/samples/golang/gorm/go.sum index 60b95380d..64f3b3e01 100644 --- a/samples/golang/gorm/go.sum +++ b/samples/golang/gorm/go.sum @@ -144,8 +144,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= github.com/testcontainers/testcontainers-go v0.25.0 h1:erH6cQjsaJrH+rJDU9qIf89KFdhK0Bft0aEZHlYC3Vs= github.com/testcontainers/testcontainers-go v0.25.0/go.mod h1:4sC9SiJyzD1XFi59q8umTQYWxnkweEc5OjVtTUlJzqQ= -github.com/testcontainers/testcontainers-go/modules/postgres v0.24.1 h1:lSJLORAjkj8PoiZef+KoziJbhpRmL1ELzJXQQ8L3s1U= -github.com/testcontainers/testcontainers-go/modules/postgres v0.24.1/go.mod h1:QG4rCYFma/K7CbAFtrqCIn87EI6bNRWaW+Ebt4UV2WA= +github.com/testcontainers/testcontainers-go/modules/postgres v0.25.0 h1:8WNK1Edo9ohRYPrDCXWdoVY2cbg/oFh9y5uWZGSBESo= +github.com/testcontainers/testcontainers-go/modules/postgres v0.25.0/go.mod h1:XpwOhyUXheL31hz73L8be8maW1rQq8H48x5qZeHtYr0= github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU= github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI= github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=