-
Notifications
You must be signed in to change notification settings - Fork 17
chore: bump gomplate to v3.24.88 #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module github.com/flanksource/commons | ||
|
|
||
| go 1.25.1 | ||
| go 1.26.0 | ||
|
|
||
| require ( | ||
| dario.cat/mergo v1.0.2 | ||
|
|
@@ -81,8 +81,8 @@ require ( | |
| github.com/deckarep/golang-set/v2 v2.8.0 // indirect | ||
| github.com/distribution/reference v0.6.0 // indirect | ||
| github.com/dlclark/regexp2 v1.11.5 // indirect | ||
| github.com/flanksource/gomplate/v3 v3.24.81 // indirect | ||
| github.com/flanksource/is-healthy v1.0.87 // indirect | ||
| github.com/flanksource/gomplate/v3 v3.24.88 // indirect | ||
| github.com/flanksource/is-healthy v1.0.90 // indirect | ||
| github.com/flanksource/kubectl-neat v1.0.4 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.9.0 // indirect | ||
| github.com/ghodss/yaml v1.0.0 // indirect | ||
|
|
@@ -147,12 +147,12 @@ require ( | |
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
| gopkg.in/sourcemap.v1 v1.0.5 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| k8s.io/api v0.35.2 // indirect | ||
| k8s.io/apiextensions-apiserver v0.35.2 // indirect | ||
| k8s.io/apimachinery v0.35.2 // indirect | ||
| k8s.io/client-go v0.35.2 // indirect | ||
| k8s.io/klog/v2 v2.130.1 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20260304202019-5b3e3fdb0acf // indirect | ||
| k8s.io/api v0.36.1 // indirect | ||
| k8s.io/apiextensions-apiserver v0.36.1 // indirect | ||
| k8s.io/apimachinery v0.36.2 // indirect | ||
| k8s.io/client-go v0.36.1 // indirect | ||
| k8s.io/klog/v2 v2.140.0 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect | ||
| k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect | ||
| layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf // indirect | ||
| sigs.k8s.io/gateway-api v1.5.0 // indirect | ||
|
|
@@ -189,7 +189,7 @@ require ( | |
| golang.org/x/sys v0.46.0 // indirect | ||
| golang.org/x/text v0.38.0 // indirect | ||
| golang.org/x/tools v0.45.0 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🩺 Stability & Availability | 🟠 Major 🧩 Analysis chain🌐 Web query:
💡 Result: The latest released version of the google.golang.org/protobuf module is v1.36.11 [1][2][3]. This version was published on December 12, 2025 [1][3]. Citations:
🌐 Web query:
💡 Result: As of June 23, 2026, there is no official release of google.golang.org/protobuf version v1.36.12 [1]. While various pseudo-versions (e.g., v1.36.12-0.20260120151049-f2248ac996af) exist in the Go module proxy ecosystem, these are development snapshots or commit-based tags rather than an official stable release [2][3][4]. The most recent official stable release listed in the project's repository is v1.36.11, published on December 12, 2025 [4][1]. The lack of an official v1.36.12 release has been noted by the community, with inquiries regarding its status appearing in official issue trackers as recently as April 2026 [5]. Citations:
Use the stable release v1.36.11 instead of the pseudo-version for google.golang.org/protobuf. Line 191 pins google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af, a pseudo-version representing an unreleased development snapshot. No official v1.36.12 release exists; the latest stable version is v1.36.11 (released December 12, 2025). Pseudo-versions should be avoided in production dependencies unless there is a specific fix required from the development code that is not available in a stable release. Replace with v1.36.11 or the actual release version needed. 🤖 Prompt for AI Agents |
||
| ) | ||
|
|
||
| // replace github.com/flanksource/clicky => ../clicky | ||
Uh oh!
There was an error while loading. Please reload this page.