Skip to content

Commit 98315d1

Browse files
committed
fix: dep
1 parent 66844e8 commit 98315d1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Pack Integration Plugin Build
7878
working-directory: ./integration-plugin
7979
run: |
80-
tar -cvf integration-plugin.tar build
80+
tar -cvf integration-plugin.tar build/*
8181
- name: Upload Integration Plugin Artifact
8282
uses: actions/upload-artifact@v3
8383
with:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/jackc/pgtype v1.14.0
1616
github.com/nats-io/nats.go v1.36.0
1717
github.com/opengovern/og-util v1.7.2
18-
github.com/opengovern/opencomply v0.582.0-dev.0
18+
github.com/opengovern/opencomply v0.582.4-dev.0.0.20250110161755-c56630852bf4
1919
github.com/opengovern/resilient-bridge v0.0.0-20241223164127-85ad8f42a67d
2020
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
2121
github.com/spf13/cobra v1.8.1
@@ -70,7 +70,7 @@ require (
7070
cloud.google.com/go/compute/metadata v0.5.2 // indirect
7171
cloud.google.com/go/iam v1.2.1 // indirect
7272
cloud.google.com/go/storage v1.43.0 // indirect
73-
github.com/ProtonMail/go-crypto v1.0.0 // indirect
73+
github.com/ProtonMail/go-crypto v1.1.3 // indirect
7474
github.com/beorn7/perks v1.0.1 // indirect
7575
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
7676
github.com/btubbs/datetime v0.1.1 // indirect

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0
211211
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
212212
github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78=
213213
github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0=
214+
github.com/ProtonMail/go-crypto v1.1.3/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
214215
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=
215216
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo=
216217
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=
@@ -743,6 +744,8 @@ github.com/opengovern/og-util v1.7.2 h1:eLGgqSHQmYuSehRBXJcn61pD7uslCzZe9wbwJaEK
743744
github.com/opengovern/og-util v1.7.2/go.mod h1:ob8RSaNZG3RWnLH3lDXQaVpIf+B8Ry7ds3twYlDJPp0=
744745
github.com/opengovern/opencomply v0.582.0-dev.0 h1:gUNpcuwrtg72pYzeWdgek9+fNUe7r1CQzVXNirtlwb8=
745746
github.com/opengovern/opencomply v0.582.0-dev.0/go.mod h1:Sffrst298FLGD5ic9VPOsNHIDuJ7MMEN7atRqSNOv/U=
747+
github.com/opengovern/opencomply v0.582.4-dev.0.0.20250110161755-c56630852bf4 h1:yKyA73PTmg1uGlofJp8zMbK5OPCV+2B4cOmTANQvfHI=
748+
github.com/opengovern/opencomply v0.582.4-dev.0.0.20250110161755-c56630852bf4/go.mod h1:DCq6ryCRpy85BFP/bEfz/HS0O8oEsU4l/cl9IoDVj/o=
746749
github.com/opengovern/resilient-bridge v0.0.0-20241223164127-85ad8f42a67d h1:OnoG1Za89armxN1ZlEbr/eKvAdbRN6UGKXCFxee58s0=
747750
github.com/opengovern/resilient-bridge v0.0.0-20241223164127-85ad8f42a67d/go.mod h1:zEulaGgccj5tPXGiudGz17NRhXAk2HHh+GPj2VkjNq0=
748751
github.com/opensearch-project/opensearch-go/v2 v2.3.0 h1:nQIEMr+A92CkhHrZgUhcfsrZjibvB3APXf2a1VwCmMQ=

0 commit comments

Comments
 (0)