Skip to content

Commit

Permalink
(misc) Update dependencies
Browse files Browse the repository at this point in the history
Also move to go 1.122

Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Jul 9, 2024
1 parent 95c9619 commit 8f2a561
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 71 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: el8_64
packager_tag: el8-go1.21
packager_tag: el8-go1.22
version: nightly

el9_64:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: el9_64
packager_tag: el9-go1.21
packager_tag: el9-go1.22
version: nightly

linux_tarball:
Expand All @@ -32,7 +32,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: linux_64_tarball
packager_tag: el8-go1.21
packager_tag: el8-go1.22
version: nightly

darwin_amd64_tarball:
Expand All @@ -42,7 +42,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: darwin_amd64_tarball
packager_tag: el8-go1.21
packager_tag: el8-go1.22
version: nightly

darwin_arm64_tarball:
Expand All @@ -52,7 +52,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: darwin_arm64_tarball
packager_tag: el8-go1.21
packager_tag: el8-go1.22
version: nightly

windows_zip:
Expand All @@ -62,7 +62,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: windows_64_zip
packager_tag: el8-go1.21
packager_tag: el8-go1.22
version: nightly

docker:
Expand Down
42 changes: 23 additions & 19 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: el8_64
packager_tag: el8-go1.21
packager_tag: el8-go1.22
version: tag

el9_64:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: el9_64
packager_tag: el9-go1.21
packager_tag: el9-go1.22
version: tag

el8_ppc64le:
Expand All @@ -32,7 +32,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: el8_ppc64le
packager_tag: el8-go1.21
packager_tag: el8-go1.22
version: tag

el9_ppc64le:
Expand All @@ -42,7 +42,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: el9_ppc64le
packager_tag: el9-go1.21
packager_tag: el9-go1.22
version: tag

bookworm_64:
Expand All @@ -52,7 +52,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bookworm_64
packager_tag: bookworm-go1.21
packager_tag: bookworm-go1.22
version: tag

bookworm_aarch64:
Expand All @@ -62,7 +62,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bookworm_aarch64
packager_tag: bookworm-go1.21
packager_tag: bookworm-go1.22
version: tag

bookworm_armel:
Expand All @@ -72,7 +72,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bookworm_armel
packager_tag: bookworm-go1.21
packager_tag: bookworm-go1.22
version: tag

bookworm_armhf:
Expand All @@ -82,7 +82,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bookworm_armhf
packager_tag: bookworm-go1.21
packager_tag: bookworm-go1.22
version: tag

bullseye_64:
Expand All @@ -92,7 +92,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bullseye_64
packager_tag: bullseye-go1.21
packager_tag: bullseye-go1.22
version: tag

bullseye_aarch64:
Expand All @@ -102,7 +102,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bullseye_aarch64
packager_tag: bullseye-go1.21
packager_tag: bullseye-go1.22
version: tag

bullseye_armel:
Expand All @@ -112,7 +112,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bullseye_armel
packager_tag: bullseye-go1.21
packager_tag: bullseye-go1.22
version: tag

bullseye_armhf:
Expand All @@ -122,7 +122,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bullseye_armhf
packager_tag: bullseye-go1.21
packager_tag: bullseye-go1.22
version: tag

bionic_64:
Expand All @@ -132,7 +132,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bionic_64
packager_tag: bullseye-go1.21
packager_tag: bullseye-go1.22
version: tag

bionic_aarch64:
Expand All @@ -142,7 +142,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: bionic_aarch64
packager_tag: bullseye-go1.21
packager_tag: bullseye-go1.22
version: tag

focal_64:
Expand All @@ -152,7 +152,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: focal_64
packager_tag: focal-go1.21
packager_tag: focal-go1.22
version: tag

focal_aarch64:
Expand All @@ -162,7 +162,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: focal_aarch64
packager_tag: focal-go1.21
packager_tag: focal-go1.22
version: tag

jammy_64:
Expand All @@ -172,7 +172,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: jammy_64
packager_tag: jammy-go1.21
packager_tag: jammy-go1.22
version: tag

jammy_aarch64:
Expand All @@ -182,7 +182,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: jammy_aarch64
packager_tag: jammy-go1.21
packager_tag: jammy-go1.22
version: tag

windows_64:
Expand All @@ -192,7 +192,7 @@ jobs:
uses: choria-io/actions/packager@main
with:
build_package: windows_64
packager_tag: focal-go1.21
packager_tag: focal-go1.22
version: tag

upload:
Expand All @@ -203,6 +203,10 @@ jobs:
- bullseye_aarch64
- bullseye_armel
- bullseye_armhf
- bookworm_64
- bookworm_aarch64
- bookworm_armel
- bookworm_armhf
- el8_64
- el8_ppc64le
- el9_64
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
| Date | Issue | Description |
|------------|-------|--------------------------------------------------------------------------------------------------------------------|
| 2024/06/05 | 2176 | Support being called as `abt` |
| 2024/05/02 | 2169 | Pass federation name to external discovery agent |
| 2024/04/16 | 2162 | Adds a new `expression` watcher that can react to values store in autonomous agent data |
| 2024/04/12 | 2160 | Allow an individual `metric` watcher to disable Prometheus integration |
| 2024/04/06 | 2156 | Support storing metric values in autonomous agent data |
Expand Down
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/Freman/eventloghook v0.0.0-20191003051739-e4d803b6b48b
github.com/Masterminds/semver v1.5.0
github.com/adrg/xdg v0.4.0
github.com/adrg/xdg v0.5.0
github.com/awesome-gocui/gocui v1.1.0
github.com/brutella/hc v1.2.5
github.com/choria-io/appbuilder v0.9.1-0.20231206212603-ba0ccaadd57a
Expand Down Expand Up @@ -47,11 +47,11 @@ require (
github.com/tidwall/gjson v1.17.1
github.com/tidwall/pretty v1.2.1
github.com/xlab/tablewriter v0.0.0-20160610135559-80b567a11ad5
golang.org/x/crypto v0.24.0
golang.org/x/sys v0.21.0
golang.org/x/term v0.21.0
golang.org/x/crypto v0.25.0
golang.org/x/sys v0.22.0
golang.org/x/term v0.22.0
golang.org/x/text v0.16.0
golang.org/x/tools v0.22.0
golang.org/x/tools v0.23.0
rsc.io/goversion v1.2.0
)

Expand Down Expand Up @@ -101,14 +101,14 @@ require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/miekg/dns v1.1.61 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/minio/highwayhash v1.0.3 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/sys/mountinfo v0.7.1 // 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/nats-io/jwt/v2 v2.5.7 // indirect
github.com/nats-io/jwt/v2 v2.5.8 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/oleiade/reflections v1.0.1 // indirect
Expand All @@ -118,7 +118,7 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/samber/lo v1.42.0 // indirect
github.com/samber/lo v1.44.0 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/tadglines/go-pkgs v0.0.0-20210623144937-b983b20f54f9 // indirect
Expand All @@ -129,15 +129,15 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xiam/to v0.0.0-20200126224905-d60d31e03561 // indirect
github.com/yashtewari/glob-intersection v0.2.0 // indirect
go.opentelemetry.io/otel v1.27.0 // indirect
go.opentelemetry.io/otel/metric v1.27.0 // indirect
go.opentelemetry.io/otel/sdk v1.27.0 // indirect
go.opentelemetry.io/otel/trace v1.27.0 // indirect
go.opentelemetry.io/otel v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/time v0.5.0 // indirect
gonum.org/v1/gonum v0.12.0 // indirect
Expand Down
Loading

0 comments on commit 8f2a561

Please sign in to comment.