@@ -3,10 +3,9 @@ module github.com/opengovern/og-task-container-vulnerability
3
3
go 1.23.3
4
4
5
5
require (
6
- github.com/nats-io/nats.go v1.37 .0
6
+ github.com/nats-io/nats.go v1.38 .0
7
7
github.com/opencontainers/image-spec v1.1.0
8
- github.com/opengovern/og-util v1.7.2
9
- github.com/opengovern/opensecurity v0.560.18
8
+ github.com/opengovern/og-util v1.14.2
10
9
github.com/opengovern/resilient-bridge v0.0.0-20241215000157-ad74ef2e3cbe
11
10
github.com/opensearch-project/opensearch-go/v2 v2.3.0
12
11
github.com/spf13/cobra v1.8.1
@@ -34,7 +33,7 @@ require (
34
33
github.com/agext/levenshtein v1.2.3 // indirect
35
34
github.com/allegro/bigcache/v3 v3.1.0 // indirect
36
35
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
37
- github.com/aws/aws-sdk-go v1.55.5 // indirect
36
+ github.com/aws/aws-sdk-go v1.55.6 // indirect
38
37
github.com/aws/aws-sdk-go-v2 v1.32.4 // indirect
39
38
github.com/aws/aws-sdk-go-v2/config v1.28.1 // indirect
40
39
github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect
@@ -107,11 +106,11 @@ require (
107
106
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
108
107
github.com/hashicorp/vault/api v1.15.0 // indirect
109
108
github.com/hashicorp/vault/api/auth/kubernetes v0.7.0 // indirect
110
- github.com/hashicorp/yamux v0.1.1 // indirect
109
+ github.com/hashicorp/yamux v0.1.2 // indirect
111
110
github.com/iancoleman/strcase v0.3.0 // indirect
112
111
github.com/inconshreveable/mousetrap v1.1.0 // indirect
113
112
github.com/jackc/pgio v1.0.0 // indirect
114
- github.com/jackc/pgtype v1.14.0 // indirect
113
+ github.com/jackc/pgtype v1.14.4 // indirect
115
114
github.com/jinzhu/inflection v1.0.0 // indirect
116
115
github.com/jinzhu/now v1.1.5 // indirect
117
116
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -139,11 +138,12 @@ require (
139
138
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
140
139
github.com/modern-go/reflect2 v1.0.2 // indirect
141
140
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
142
- github.com/nats-io/nkeys v0.4.7 // indirect
141
+ github.com/nats-io/nkeys v0.4.9 // indirect
143
142
github.com/nats-io/nuid v1.0.1 // indirect
144
143
github.com/oklog/run v1.1.0 // indirect
145
144
github.com/olekukonko/tablewriter v0.0.5 // indirect
146
145
github.com/opencontainers/go-digest v1.0.0 // indirect
146
+ github.com/opengovern/opensecurity v0.0.0-20250328105338-c1615913d6ee // indirect
147
147
github.com/pelletier/go-toml v1.9.5 // indirect
148
148
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
149
149
github.com/pkg/errors v0.9.1 // indirect
@@ -179,14 +179,14 @@ require (
179
179
go.opentelemetry.io/otel/trace v1.31.0 // indirect
180
180
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
181
181
go.uber.org/multierr v1.11.0 // indirect
182
- golang.org/x/crypto v0.31 .0 // indirect
182
+ golang.org/x/crypto v0.35 .0 // indirect
183
183
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
184
184
golang.org/x/mod v0.21.0 // indirect
185
185
golang.org/x/oauth2 v0.24.0 // indirect
186
- golang.org/x/sync v0.10 .0 // indirect
187
- golang.org/x/sys v0.28 .0 // indirect
188
- golang.org/x/term v0.27 .0 // indirect
189
- golang.org/x/text v0.21 .0 // indirect
186
+ golang.org/x/sync v0.11 .0 // indirect
187
+ golang.org/x/sys v0.30 .0 // indirect
188
+ golang.org/x/term v0.29 .0 // indirect
189
+ golang.org/x/text v0.22 .0 // indirect
190
190
golang.org/x/time v0.8.0 // indirect
191
191
golang.org/x/tools v0.26.0 // indirect
192
192
google.golang.org/api v0.204.0 // indirect
@@ -196,7 +196,7 @@ require (
196
196
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
197
197
gopkg.in/inf.v0 v0.9.1 // indirect
198
198
gopkg.in/yaml.v2 v2.4.0 // indirect
199
- gorm.io/gorm v1.25.6 // indirect
199
+ gorm.io/gorm v1.25.12 // indirect
200
200
k8s.io/apimachinery v0.31.2 // indirect
201
201
k8s.io/client-go v0.31.2 // indirect
202
202
k8s.io/klog/v2 v2.130.1 // indirect
0 commit comments