Skip to content

Commit

Permalink
fix(deps): update module github.com/theopenlane/iam to v0.7.0 (#76)
Browse files Browse the repository at this point in the history
* fix(deps): update module github.com/theopenlane/iam to v0.7.0

* fixup go version, bump to 1.23.5

Signed-off-by: Sarah Funkhouser <[email protected]>

---------

Signed-off-by: Sarah Funkhouser <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
renovate[bot] and golanglemonade authored Jan 19, 2025
1 parent 6fb39a9 commit 5c12b2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
key: "go_test"
plugins:
- docker#v5.12.0:
image: golang:1.23.3
image: golang:1.23.5
command: ["go", "test", "-coverprofile=coverage.out", "./..."]
artifact_paths: ["coverage.out"]
- label: ":github: upload PR reports"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/theopenlane/entx

go 1.23.3
go 1.23.5

require (
ariga.io/atlas v0.26.1
Expand All @@ -13,7 +13,7 @@ require (
github.com/rs/zerolog v1.33.0
github.com/stoewer/go-strcase v1.3.0
github.com/stretchr/testify v1.10.0
github.com/theopenlane/iam v0.6.2
github.com/theopenlane/iam v0.7.0
github.com/theopenlane/utils v0.4.2
github.com/vektah/gqlparser/v2 v2.5.21
go.opentelemetry.io/otel v1.34.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/theopenlane/echox v0.2.1 h1:ZhVkimmWxpKITf67oM57SrLWeIdnV8+dNXlC+VzlRaQ=
github.com/theopenlane/echox v0.2.1/go.mod h1:4j/Hx0uoLk5gVzdA83Qqz7xBEmqpoEP+OnzVaw2p6/o=
github.com/theopenlane/iam v0.6.2 h1:XCH8JY7TlNi+D1gFM3mREEzOwtMEAE/tkNEE3Xpvhpk=
github.com/theopenlane/iam v0.6.2/go.mod h1:8kOobr+xItD2inmAcPRdA6STE/kY9MhhhUAHDRPUgcM=
github.com/theopenlane/iam v0.7.0 h1:g4if/ebJLgDYUIhxbR2yLCzZ2aZNjXGV/3zR2i1Ma5c=
github.com/theopenlane/iam v0.7.0/go.mod h1:BrkXGeQ1A4+4G/wijd72tmVkFr+YHGCMRGWCYr5795Y=
github.com/theopenlane/utils v0.4.2 h1:f72oSi3lQj05QRZKiqqSSqy4RY4Wgy1qIRv3RGjftVE=
github.com/theopenlane/utils v0.4.2/go.mod h1:rGGqAI6hxDZVAUB+kmp7HOzD9RmHnsH6K/nr9QQgsTs=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
Expand Down

0 comments on commit 5c12b2c

Please sign in to comment.