Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/stretchr/testify v1.11.1
github.com/theopenlane/core v1.20.5
github.com/theopenlane/echox v0.3.0
github.com/theopenlane/entx v0.27.1
github.com/theopenlane/entx v0.28.0
github.com/theopenlane/utils v0.7.0
github.com/zitadel/oidc/v3 v3.47.5
golang.org/x/oauth2 v0.36.0
Expand Down
4 changes: 2 additions & 2 deletions common/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ github.com/theopenlane/core v1.20.5 h1:ftV3huHnf8v/AF4xPW0Rl0/SNL1olXPCwMl9FFVT0
github.com/theopenlane/core v1.20.5/go.mod h1:d0UuSSTbMoHROntrLX43va3zbKy/vvDbh+x2BleDPt8=
github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rMsA=
github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM=
github.com/theopenlane/entx v0.27.1 h1:GBnLeaCVzS4gJCokr0Jxktz19ZYlsxcPOyx1b1Lpbmo=
github.com/theopenlane/entx v0.27.1/go.mod h1:JM1Vh0bfvNNxMVBxWvcbEHRi0pdTIPgp2gW8rzr7sBA=
github.com/theopenlane/entx v0.28.0 h1:SL/BSGSJT6daOxVCSig57q0H2XQ63qDD1vyjQLPKtUo=
github.com/theopenlane/entx v0.28.0/go.mod h1:ZSvcYVsdErZIf8EPS6NZTFeWjJ/XCASoR1mIRMVzUl0=
github.com/theopenlane/utils v0.7.0 h1:tSN9PBC8Ywn2As3TDW/1TAfWsVsodrccec40oAhiZgo=
github.com/theopenlane/utils v0.7.0/go.mod h1:7U9CDoVzCAFWw/JygR5ZhCKGwhHBnuJpK3Jgh1m59+w=
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ require (
github.com/theopenlane/core/common v1.0.21
github.com/theopenlane/echo-prometheus v0.1.0
github.com/theopenlane/echox v0.3.0
github.com/theopenlane/entx v0.27.1
github.com/theopenlane/entx v0.28.0
github.com/theopenlane/go-client v0.10.0
github.com/theopenlane/gqlgen-plugins v0.14.7
github.com/theopenlane/httpsling v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@ github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rM
github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM=
github.com/theopenlane/eddy v0.1.0 h1:mtsBL9COYCJWMkjxPOb7LefPaysyPVmYb4idy7kL4lY=
github.com/theopenlane/eddy v0.1.0/go.mod h1:UvovGX5x0N9RdKk2Kb5CMbGziRUasARDy8xSEAT8aDs=
github.com/theopenlane/entx v0.27.1 h1:GBnLeaCVzS4gJCokr0Jxktz19ZYlsxcPOyx1b1Lpbmo=
github.com/theopenlane/entx v0.27.1/go.mod h1:JM1Vh0bfvNNxMVBxWvcbEHRi0pdTIPgp2gW8rzr7sBA=
github.com/theopenlane/entx v0.28.0 h1:SL/BSGSJT6daOxVCSig57q0H2XQ63qDD1vyjQLPKtUo=
github.com/theopenlane/entx v0.28.0/go.mod h1:ZSvcYVsdErZIf8EPS6NZTFeWjJ/XCASoR1mIRMVzUl0=
github.com/theopenlane/go-client v0.10.0 h1:gBEOEWXM3nP7VlXPcmgA/0RPWcvSz1XzFBwA/1EJsgo=
github.com/theopenlane/go-client v0.10.0/go.mod h1:usNDyObWwEJmNph2vAlsYfnx1q6jxXMwOKC6kQAesFo=
github.com/theopenlane/gqlgen-plugins v0.14.7 h1:B9I6tpgevch3xQfV3qqRTpxHIlJvwtXg0WVvjd8bDmM=
Expand Down