Skip to content

Commit c77d7c2

Browse files
fix(deps): update module github.com/theopenlane/core to v1.20.6
1 parent 5e05afb commit c77d7c2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/rs/zerolog v1.35.1
1818
github.com/samber/lo v1.53.0
1919
github.com/spf13/cobra v1.10.2
20-
github.com/theopenlane/core v1.20.5
20+
github.com/theopenlane/core v1.20.6
2121
github.com/theopenlane/core/common v1.0.21
2222
github.com/theopenlane/go-client v0.10.0
2323
github.com/theopenlane/httpsling v0.3.0

cli/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
184184
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
185185
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
186186
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
187-
github.com/theopenlane/core v1.20.5 h1:ftV3huHnf8v/AF4xPW0Rl0/SNL1olXPCwMl9FFVT0k8=
188-
github.com/theopenlane/core v1.20.5/go.mod h1:d0UuSSTbMoHROntrLX43va3zbKy/vvDbh+x2BleDPt8=
187+
github.com/theopenlane/core v1.20.6 h1:ErT/Y7Xz5nd01AukjGVhV5gnwPPuQhPy2rddxMMhFZc=
188+
github.com/theopenlane/core v1.20.6/go.mod h1:OVwYVYOYwOMjGEwezxaC7q4T7dcHsFEWrv++T0Mle04=
189189
github.com/theopenlane/core/common v1.0.21 h1:KWdGMCQT0WRdp4V/kvTUTnWu3cgE7ep9RFQeHIsK5AE=
190190
github.com/theopenlane/core/common v1.0.21/go.mod h1:waXdCoEZt/jaSmHa1e/U/of1AeauVg1WcaNg/usWAlg=
191191
github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rMsA=

common/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/rs/zerolog v1.35.1
1212
github.com/stoewer/go-strcase v1.3.1
1313
github.com/stretchr/testify v1.11.1
14-
github.com/theopenlane/core v1.20.5
14+
github.com/theopenlane/core v1.20.6
1515
github.com/theopenlane/echox v0.3.0
1616
github.com/theopenlane/entx v0.27.1
1717
github.com/theopenlane/utils v0.7.0

common/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
138138
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
139139
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
140140
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
141-
github.com/theopenlane/core v1.20.5 h1:ftV3huHnf8v/AF4xPW0Rl0/SNL1olXPCwMl9FFVT0k8=
142-
github.com/theopenlane/core v1.20.5/go.mod h1:d0UuSSTbMoHROntrLX43va3zbKy/vvDbh+x2BleDPt8=
141+
github.com/theopenlane/core v1.20.6 h1:ErT/Y7Xz5nd01AukjGVhV5gnwPPuQhPy2rddxMMhFZc=
142+
github.com/theopenlane/core v1.20.6/go.mod h1:OVwYVYOYwOMjGEwezxaC7q4T7dcHsFEWrv++T0Mle04=
143143
github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rMsA=
144144
github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM=
145145
github.com/theopenlane/entx v0.27.1 h1:GBnLeaCVzS4gJCokr0Jxktz19ZYlsxcPOyx1b1Lpbmo=

0 commit comments

Comments
 (0)