Skip to content

Commit

Permalink
Merge pull request #2 from mimiro-io/chore/upgrade-dep
Browse files Browse the repository at this point in the history
update common data layer to 0.2.6
  • Loading branch information
gra-moore committed Aug 26, 2024
2 parents 86b6143 + 22d2cce commit 4013637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.5

require (
github.com/google/uuid v1.6.0
github.com/mimiro-io/common-datalayer v0.2.5
github.com/mimiro-io/common-datalayer v0.2.6
github.com/mimiro-io/entity-graph-data-model v0.7.7
github.com/minio/minio-go/v7 v7.0.70
github.com/testcontainers/testcontainers-go v0.32.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mattn/go-runewidth v0.0.10/go.mod h1:RAqKPSqVFrSLVXbA8x7dzmKdmGzieGRCM46jaSJTDAk=
github.com/mimiro-io/common-datalayer v0.2.5 h1:vNKCJO/G6DLuqdVDfMIPWRhaTonnWLjWtSDSLBt/uoo=
github.com/mimiro-io/common-datalayer v0.2.5/go.mod h1:34HiR4QTQ1NURn6YUxlCMFHTlfJKM/nRPjXnJ3AOLJQ=
github.com/mimiro-io/common-datalayer v0.2.6 h1:uRqIGE9VBde5o72HmUa/BaIC2Aw+eI5fVJ8GzoWu7qg=
github.com/mimiro-io/common-datalayer v0.2.6/go.mod h1:34HiR4QTQ1NURn6YUxlCMFHTlfJKM/nRPjXnJ3AOLJQ=
github.com/mimiro-io/entity-graph-data-model v0.7.7 h1:3D7DrhHakYadUjyj44YjdVy9EefEINOwWyWHgAN1XJI=
github.com/mimiro-io/entity-graph-data-model v0.7.7/go.mod h1:A76+PPQYwU1UkAl6OPcxh63gCnCIHXd47JLbTQxLNRA=
github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=
Expand Down

0 comments on commit 4013637

Please sign in to comment.