-
Notifications
You must be signed in to change notification settings - Fork 105
Update GO version and dependencies #99
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
Merged
RoiGlinik
merged 3 commits into
master
from
dependabot/go_modules/golang.org/x/crypto-0.35.0
May 18, 2025
Merged
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,69 @@ | ||
| module github.com/bitnami-labs/kubewatch | ||
|
|
||
| go 1.14 | ||
| go 1.24 | ||
|
|
||
| require ( | ||
| github.com/fatih/structtag v1.2.0 | ||
| github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect | ||
| github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect | ||
| github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
| github.com/magiconair/properties v1.7.4 // indirect | ||
| github.com/mkmik/multierror v0.3.0 | ||
| github.com/pelletier/go-toml v1.0.1 // indirect | ||
| github.com/prometheus/client_golang v1.20.3 | ||
| github.com/segmentio/textio v1.2.0 | ||
| github.com/sirupsen/logrus v1.6.0 | ||
| github.com/slack-go/slack v0.6.5 | ||
| github.com/spf13/cast v1.1.0 // indirect | ||
| github.com/spf13/cobra v0.0.1 | ||
| github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect | ||
| github.com/spf13/viper v1.0.0 | ||
| github.com/tbruyelle/hipchat-go v0.0.0-20160921153256-749fb9e14beb | ||
| golang.org/x/crypto v0.31.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 | ||
| k8s.io/api v0.20.15 | ||
| k8s.io/apimachinery v0.20.15 | ||
| k8s.io/client-go v0.20.15 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
| github.com/go-logr/logr v0.2.0 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
| github.com/golang/protobuf v1.5.0 // indirect | ||
| github.com/google/go-cmp v0.6.0 // indirect | ||
| github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect | ||
| github.com/google/gofuzz v1.1.0 // indirect | ||
| github.com/googleapis/gnostic v0.4.1 // indirect | ||
| github.com/gorilla/websocket v1.4.2 // indirect | ||
| github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
| github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect | ||
| github.com/imdario/mergo v0.3.5 // indirect | ||
| github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | ||
| github.com/klauspost/compress v1.17.9 // indirect | ||
| github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect | ||
| github.com/magiconair/properties v1.7.4 // indirect | ||
| github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/pelletier/go-toml v1.0.1 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/prometheus/client_model v0.6.1 // indirect | ||
| github.com/prometheus/common v0.55.0 // indirect | ||
| github.com/prometheus/procfs v0.15.1 // indirect | ||
| github.com/spf13/afero v1.2.2 // indirect | ||
| github.com/spf13/cast v1.1.0 // indirect | ||
| github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect | ||
| github.com/spf13/pflag v1.0.5 // indirect | ||
| golang.org/x/crypto v0.35.0 // indirect | ||
| golang.org/x/net v0.26.0 // indirect | ||
| golang.org/x/oauth2 v0.21.0 // indirect | ||
| golang.org/x/sys v0.30.0 // indirect | ||
| golang.org/x/term v0.29.0 // indirect | ||
| golang.org/x/text v0.22.0 // indirect | ||
| golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect | ||
| google.golang.org/protobuf v1.34.2 // indirect | ||
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| k8s.io/klog/v2 v2.4.0 // indirect | ||
| k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect | ||
| sigs.k8s.io/yaml v1.2.0 // indirect | ||
| ) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.