Skip to content

Commit 68bd81e

Browse files
fix(deps): update all patch dependencies (#2233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 399eca5 commit 68bd81e

4 files changed

Lines changed: 16 additions & 15 deletions

File tree

cli/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/spf13/cobra v1.10.2
2020
github.com/theopenlane/core v1.13.7
2121
github.com/theopenlane/core/common v1.0.15
22-
github.com/theopenlane/go-client v0.8.8
22+
github.com/theopenlane/go-client v0.8.9
2323
github.com/theopenlane/httpsling v0.3.0
2424
github.com/theopenlane/iam v0.27.5
2525
github.com/theopenlane/utils v0.7.0
@@ -30,7 +30,7 @@ require (
3030
require (
3131
al.essio.dev/pkg/shellescape v1.6.0 // indirect
3232
github.com/bahlo/generic-list-go v0.2.0 // indirect
33-
github.com/buger/jsonparser v1.1.1 // indirect
33+
github.com/buger/jsonparser v1.1.2 // indirect
3434
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3535
github.com/clipperhouse/displaywidth v0.6.2 // indirect
3636
github.com/clipperhouse/stringish v0.1.1 // indirect

cli/go.sum

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
1616
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
1717
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
1818
github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0=
19-
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
20-
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
19+
github.com/buger/jsonparser v1.1.2 h1:frqHqw7otoVbk5M8LlE/L7HTnIq2v9RX6EJ48i9AxJk=
20+
github.com/buger/jsonparser v1.1.2/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
2121
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
2222
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
2323
github.com/clipperhouse/displaywidth v0.6.2 h1:ZDpTkFfpHOKte4RG5O/BOyf3ysnvFswpyYrV7z2uAKo=
@@ -125,6 +125,7 @@ github.com/lestrrat-go/dsig-secp256k1 v1.0.0/go.mod h1:CxUgAhssb8FToqbL8NjSPoGQl
125125
github.com/lestrrat-go/httpcc v1.0.1 h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE=
126126
github.com/lestrrat-go/httpcc v1.0.1/go.mod h1:qiltp3Mt56+55GPVCbTdM9MlqhvzyuL6W/NMDA8vA5E=
127127
github.com/lestrrat-go/httprc/v3 v3.0.5 h1:S+Mb4L2I+bM6JGTibLmxExhyTOqnXjqx+zi9MoXw/TM=
128+
github.com/lestrrat-go/httprc/v3 v3.0.5/go.mod h1:mSMtkZW92Z98M5YoNNztbRGxbXHql7tSitCvaxvo9l0=
128129
github.com/lestrrat-go/jwx/v3 v3.0.13 h1:AdHKiPIYeCSnOJtvdpipPg/0SuFh9rdkN+HF3O0VdSk=
129130
github.com/lestrrat-go/jwx/v3 v3.0.13/go.mod h1:2m0PV1A9tM4b/jVLMx8rh6rBl7F6WGb3EG2hufN9OQU=
130131
github.com/lestrrat-go/option/v2 v2.0.0 h1:XxrcaJESE1fokHy3FpaQ/cXW8ZsIdWcdFzzLOcID3Ss=
@@ -205,8 +206,8 @@ github.com/theopenlane/core/common v1.0.15 h1:2N5P0jb8eJOdsf/FJ7HnDtV+CLsFHS+nXB
205206
github.com/theopenlane/core/common v1.0.15/go.mod h1:OiX0Y7KZzGGGDWnsa/WVE4PcQ2mXqWknxVOptsf0jNA=
206207
github.com/theopenlane/echox v0.3.0 h1:uwOKEw+r1utGQoOR6dZQqAVuY5j8TcasqnTwO5+rMsA=
207208
github.com/theopenlane/echox v0.3.0/go.mod h1:yTrXnj7s3VNIg0FCvB7Dut2Elr+LqJKU/nruxx1E1cM=
208-
github.com/theopenlane/go-client v0.8.8 h1:8UEoC0R6JYmWLG3jGLdIwRxqLP4s0q+kcPls4KgKoZc=
209-
github.com/theopenlane/go-client v0.8.8/go.mod h1:+ZcwprbMbTMITz4Y/AV20KFtDZf1AGDaN6MCPY1plis=
209+
github.com/theopenlane/go-client v0.8.9 h1:BLcQrEnkJ5s/3sE9RsZfIr95EEKW7d/VllV1yy682YU=
210+
github.com/theopenlane/go-client v0.8.9/go.mod h1:nqhsSlg1KoZK/1IP3c1si4A0iKK9hd/HaCjSt5Faj2Q=
210211
github.com/theopenlane/httpsling v0.3.0 h1:Bad0dGdqCqAB8UVDyVo+YCevzRvGHhmkK22F7T3pXtY=
211212
github.com/theopenlane/httpsling v0.3.0/go.mod h1:iJc3XRLYTFIpfCnPpLZVMBP0xsWIPAb7ozARtQoclAE=
212213
github.com/theopenlane/iam v0.27.5 h1:FuRbVK2qEiRBelMKho1asHJpk8jSdtcG9/+0MMgx7HY=

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require (
6464
github.com/labstack/gommon v0.4.2
6565
github.com/lestrrat-go/httprc/v3 v3.0.5
6666
github.com/lestrrat-go/jwx/v3 v3.0.13
67-
github.com/lib/pq v1.12.0
67+
github.com/lib/pq v1.12.1
6868
github.com/manifoldco/promptui v0.9.0
6969
github.com/mcuadros/go-defaults v1.2.0
7070
github.com/microcosm-cc/bluemonday v1.0.27
@@ -93,7 +93,7 @@ require (
9393
github.com/theopenlane/echox v0.3.0
9494
github.com/theopenlane/emailtemplates v0.3.6
9595
github.com/theopenlane/entx v0.24.0
96-
github.com/theopenlane/go-client v0.8.8
96+
github.com/theopenlane/go-client v0.8.9
9797
github.com/theopenlane/gqlgen-plugins v0.14.6
9898
github.com/theopenlane/httpsling v0.3.0
9999
github.com/theopenlane/iam v0.27.5
@@ -179,7 +179,7 @@ require (
179179
github.com/bmatcuk/doublestar v1.3.4 // indirect
180180
github.com/boombuler/barcode v1.1.0 // indirect
181181
github.com/brunoga/deep v1.3.1 // indirect
182-
github.com/buger/jsonparser v1.1.1 // indirect
182+
github.com/buger/jsonparser v1.1.2 // indirect
183183
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
184184
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
185185
github.com/cespare/xxhash/v2 v2.3.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
134134
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
135135
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
136136
github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0=
137-
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
138-
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
137+
github.com/buger/jsonparser v1.1.2 h1:frqHqw7otoVbk5M8LlE/L7HTnIq2v9RX6EJ48i9AxJk=
138+
github.com/buger/jsonparser v1.1.2/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
139139
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
140140
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
141141
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
@@ -430,8 +430,8 @@ github.com/lestrrat-go/jwx/v3 v3.0.13 h1:AdHKiPIYeCSnOJtvdpipPg/0SuFh9rdkN+HF3O0
430430
github.com/lestrrat-go/jwx/v3 v3.0.13/go.mod h1:2m0PV1A9tM4b/jVLMx8rh6rBl7F6WGb3EG2hufN9OQU=
431431
github.com/lestrrat-go/option/v2 v2.0.0 h1:XxrcaJESE1fokHy3FpaQ/cXW8ZsIdWcdFzzLOcID3Ss=
432432
github.com/lestrrat-go/option/v2 v2.0.0/go.mod h1:oSySsmzMoR0iRzCDCaUfsCzxQHUEuhOViQObyy7S6Vg=
433-
github.com/lib/pq v1.12.0 h1:mC1zeiNamwKBecjHarAr26c/+d8V5w/u4J0I/yASbJo=
434-
github.com/lib/pq v1.12.0/go.mod h1:/p+8NSbOcwzAEI7wiMXFlgydTwcgTr3OSKMsD2BitpA=
433+
github.com/lib/pq v1.12.1 h1:x1nbl/338GLqeDJ/FAiILallhAsqubLzEZu/pXtHUow=
434+
github.com/lib/pq v1.12.1/go.mod h1:/p+8NSbOcwzAEI7wiMXFlgydTwcgTr3OSKMsD2BitpA=
435435
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 h1:PwQumkgq4/acIiZhtifTV5OUqqiP82UAl0h87xj/l9k=
436436
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3/go.mod h1:autxFIvghDt3jPTLoqZ9OZ7s9qTGNAWmYCjVFWPX/zg=
437437
github.com/magiconair/properties v1.8.10 h1:s31yESBquKXCV9a/ScB3ESkOjUYYv+X0rg8SYxI99mE=
@@ -667,8 +667,8 @@ github.com/theopenlane/emailtemplates v0.3.6 h1:ZBoaOD5wAmqfLywjlEK7H/nvshnE0J1W
667667
github.com/theopenlane/emailtemplates v0.3.6/go.mod h1:VmTIBAJ9XQ+QOi7ZcaOjoEv0NxsuPKcR7Pz0N3EQeJE=
668668
github.com/theopenlane/entx v0.24.0 h1:GObAYJF/LvtjA5+seUf+9vpviNbHDQRKc+QDJtcmuIA=
669669
github.com/theopenlane/entx v0.24.0/go.mod h1:HKX3qglBZeeO7enrNfkPcFDRGfs0CEWOCe9CO6o6rgQ=
670-
github.com/theopenlane/go-client v0.8.8 h1:8UEoC0R6JYmWLG3jGLdIwRxqLP4s0q+kcPls4KgKoZc=
671-
github.com/theopenlane/go-client v0.8.8/go.mod h1:+ZcwprbMbTMITz4Y/AV20KFtDZf1AGDaN6MCPY1plis=
670+
github.com/theopenlane/go-client v0.8.9 h1:BLcQrEnkJ5s/3sE9RsZfIr95EEKW7d/VllV1yy682YU=
671+
github.com/theopenlane/go-client v0.8.9/go.mod h1:nqhsSlg1KoZK/1IP3c1si4A0iKK9hd/HaCjSt5Faj2Q=
672672
github.com/theopenlane/gqlgen-plugins v0.14.6 h1:lLC9lr9KIePXP09wJUlDu/fv0vHda59fq/pX87gUw5Q=
673673
github.com/theopenlane/gqlgen-plugins v0.14.6/go.mod h1:fUjo1cVKEAPLhtRrH+iJtrfivCNp+GxVSB/UJgVBDuA=
674674
github.com/theopenlane/httpsling v0.3.0 h1:Bad0dGdqCqAB8UVDyVo+YCevzRvGHhmkK22F7T3pXtY=

0 commit comments

Comments
 (0)