File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ type PluginMetadata struct {
141
141
PluginVersion string `sql:"plugin_version, notnull"`
142
142
IsDeprecated bool `sql:"is_deprecated, notnull"`
143
143
DocLink string `sql:"doc_link"`
144
- IsLatest bool `sql:"is_latest"`
144
+ IsLatest bool `sql:"is_latest, notnull "`
145
145
sql.AuditLog
146
146
}
147
147
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ github.com/devtron-labs/authenticator/jwt
344
344
github.com/devtron-labs/authenticator/middleware
345
345
github.com/devtron-labs/authenticator/oidc
346
346
github.com/devtron-labs/authenticator/password
347
- # github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241007082547-2dffd643a849
347
+ # github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241010131105-e2c23f9c80da
348
348
## explicit; go 1.21
349
349
github.com/devtron-labs/common-lib/async
350
350
github.com/devtron-labs/common-lib/blob-storage
@@ -2212,7 +2212,7 @@ xorm.io/xorm/log
2212
2212
xorm.io/xorm/names
2213
2213
xorm.io/xorm/schemas
2214
2214
xorm.io/xorm/tags
2215
- # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241007082547-2dffd643a849
2215
+ # github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241010131105-e2c23f9c80da
2216
2216
# github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
2217
2217
# github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
2218
2218
# k8s.io/api => k8s.io/api v0.29.7
You can’t perform that action at this time.
0 commit comments