Skip to content

Commit 0607514

Browse files
Arta AsadiArta Asadi
Arta Asadi
authored and
Arta Asadi
committed
fix: remove parameter check on task schedules
1 parent bb22df1 commit 0607514

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/lib/pq v1.10.9
3535
github.com/nats-io/nats.go v1.38.0
3636
github.com/open-policy-agent/opa v0.69.0
37-
github.com/opengovern/og-util v1.15.46
37+
github.com/opengovern/og-util v1.15.47-0.20250429113843-a1f8459c9afd
3838
github.com/opensearch-project/opensearch-go/v2 v2.3.0
3939
github.com/ory/dockertest/v3 v3.10.0
4040
github.com/pganalyze/pg_query_go/v4 v4.2.3

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,8 @@ github.com/opengovern/og-util v1.15.45 h1:K3RwZv0CWyIhFmYts6um+x/cSxmDD1e7Q7YBqq
998998
github.com/opengovern/og-util v1.15.45/go.mod h1:THqKUUaoAemc4x31PzZEWIzhp+MnJNf9413wgfZyHyc=
999999
github.com/opengovern/og-util v1.15.46 h1:S1eymFyuz5doErZpTHSYyAnEWvnSuDAkphuoLOwCfus=
10001000
github.com/opengovern/og-util v1.15.46/go.mod h1:THqKUUaoAemc4x31PzZEWIzhp+MnJNf9413wgfZyHyc=
1001+
github.com/opengovern/og-util v1.15.47-0.20250429113843-a1f8459c9afd h1:qdGTnnrRmbIykNvkpYnwNXrOkfYh54YkmO1M4zN25xA=
1002+
github.com/opengovern/og-util v1.15.47-0.20250429113843-a1f8459c9afd/go.mod h1:THqKUUaoAemc4x31PzZEWIzhp+MnJNf9413wgfZyHyc=
10011003
github.com/opensearch-project/opensearch-go/v2 v2.3.0 h1:nQIEMr+A92CkhHrZgUhcfsrZjibvB3APXf2a1VwCmMQ=
10021004
github.com/opensearch-project/opensearch-go/v2 v2.3.0/go.mod h1:8LDr9FCgUTVoT+5ESjc2+iaZuldqE+23Iq0r1XeNue8=
10031005
github.com/ory/dockertest/v3 v3.10.0 h1:4K3z2VMe8Woe++invjaTB7VRyQXQy5UY+loujO4aNE4=

0 commit comments

Comments
 (0)