forked from influxdata/telegraf
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Build constraint fix #161
Closed
Closed
Build constraint fix #161
Conversation
This file contains 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
…ble workaround (influxdata#10384) Thanks!
…ata#10429) Co-authored-by: Tiger Bot <>
…a#10414) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#10341) Co-authored-by: Josef Johansson <[email protected]>
Update jwt, opencontainers and containerd
Upgrade golang.org/x/net to v0.7.0
Update dtls v2
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/v1.1.5/CHANGELOG.md) - [Commits](opencontainers/runc@v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…containers/runc-1.1.5 fix: bump github.com/opencontainers/runc from 1.1.4 to 1.1.5
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.2+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.7.1...v2.8.2) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…er/distribution-2.8.2incompatible fix: bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.11+incompatible to 20.10.24+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.11...v20.10.24) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…er/docker-20.10.24incompatible fix: bump github.com/docker/docker from 20.10.11+incompatible to 20.10.24+incompatible
Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.6.2 to 1.6.21. - [Release notes](https://github.com/snowflakedb/gosnowflake/releases) - [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go) - [Commits](snowflakedb/gosnowflake@v1.6.2...v1.6.21) --- updated-dependencies: - dependency-name: github.com/snowflakedb/gosnowflake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…flakedb/gosnowflake-1.6.21 fix: bump github.com/snowflakedb/gosnowflake from 1.6.2 to 1.6.21
Add common package from gopsutil upstream
Change newLogWriter To NewLogWriter Making It Public
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md) - [Commits](opencontainers/runc@v1.1.5...v1.1.12) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Upgrade go.mongodb.org/mongo-driver
In Version 2.51.0 Of Prometheus FmtText Was Made Lower Case
…ncontainers/runc-1.1.12 fix: bump github.com/opencontainers/runc from 1.1.5 to 1.1.12
* fix: bump github.com/docker/docker from 24.0.6+incompatible to 25.0.6+incompatible * fix: bump golang.org/x/net from 0.17.0 to 0.27.0 * fix: bump google.golang.org/protobuf from 1.31.0 to 1.34.2 * fix: bump github.com/containerd/containerd from 1.7.7 to 1.7.11 * fix: bump github.com/jackc/pgx/v4 from 4.15.0 to 4.18.3 * fix: bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.18 * fix: bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 * fix: bump github.com/golang/protobuf from 1.5.3 to 1.5.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Required for all PRs:
Fixing macos build constraint:
resolves #
CWA build issue(running make build):
example: Fixed an off by one error in counter variable in type FooBar.
example: Added an input plugin to gather yak shaving metrics using
golang library yaktech/shaver. -->