-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: update Superkey's dependencies
- Loading branch information
1 parent
59597a7
commit 63f9e78
Showing
3 changed files
with
259 additions
and
792 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.18" | ||
go-version: "1.23" | ||
- uses: Jerome1337/[email protected] | ||
|
||
govet: | ||
|
@@ -22,7 +22,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.18" | ||
go-version: "1.23" | ||
- run: | | ||
go vet ./... | ||
|
@@ -33,7 +33,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "1.18" | ||
go-version: "1.23" | ||
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v6 | ||
with: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,86 @@ | ||
module github.com/redhatinsights/sources-superkey-worker | ||
|
||
go 1.18 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/RedHatInsights/sources-api-go v0.0.0-20240424205806-f47fe49d7969 | ||
github.com/aws/aws-sdk-go v1.44.115 | ||
github.com/aws/aws-sdk-go-v2 v1.17.1 | ||
github.com/aws/aws-sdk-go-v2/config v1.17.10 | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.23 | ||
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.14.0 | ||
github.com/aws/aws-sdk-go-v2/service/iam v1.18.20 | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11 | ||
github.com/RedHatInsights/sources-api-go v0.0.0-20250115161735-26a815f4196f | ||
github.com/aws/aws-sdk-go v1.55.5 | ||
github.com/aws/aws-sdk-go-v2 v1.32.8 | ||
github.com/aws/aws-sdk-go-v2/config v1.28.11 | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.52 | ||
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.9 | ||
github.com/aws/aws-sdk-go-v2/service/iam v1.38.5 | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.3 | ||
github.com/lindgrenj6/logrus_zinc v0.0.0-20220822152658-d8a0b604f3f9 | ||
github.com/prometheus/client_golang v1.13.0 | ||
github.com/redhatinsights/app-common-go v1.6.4 | ||
github.com/redhatinsights/platform-go-middlewares v0.20.0 | ||
github.com/segmentio/kafka-go v0.4.35 | ||
github.com/prometheus/client_golang v1.20.5 | ||
github.com/redhatinsights/app-common-go v1.6.8 | ||
github.com/redhatinsights/platform-go-middlewares v1.0.0 | ||
github.com/segmentio/kafka-go v0.4.47 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/viper v1.13.0 | ||
github.com/spf13/viper v1.19.0 | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.19 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.25 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.19 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.26 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.14 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.18 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.19 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.25 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.17.1 // indirect | ||
github.com/aws/smithy-go v1.13.4 // indirect | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.27 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.27 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.33.7 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
github.com/gertd/go-pluralize v0.2.1 // indirect | ||
github.com/go-sql-driver/mysql v1.6.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/go-sql-driver/mysql v1.8.1 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/iancoleman/strcase v0.2.0 // indirect | ||
github.com/iancoleman/strcase v0.3.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/klauspost/compress v1.15.11 // indirect | ||
github.com/labstack/gommon v0.4.0 // indirect | ||
github.com/magiconair/properties v1.8.6 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/labstack/gommon v0.4.2 // indirect | ||
github.com/magiconair/properties v1.8.9 // indirect | ||
github.com/mattn/go-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/onsi/gomega v1.18.1 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.5 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.17 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.37.0 // indirect | ||
github.com/prometheus/procfs v0.8.0 // indirect | ||
github.com/spf13/afero v1.9.2 // indirect | ||
github.com/spf13/cast v1.5.0 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.22 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.61.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/sagikazarmark/locafero v0.7.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spf13/afero v1.12.0 // indirect | ||
github.com/spf13/cast v1.7.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/subosito/gotenv v1.4.1 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasttemplate v1.2.1 // indirect | ||
github.com/xdg/scram v1.0.5 // indirect | ||
github.com/xdg/stringprep v1.0.3 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
github.com/valyala/fasttemplate v1.2.2 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.1.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
google.golang.org/protobuf v1.36.3 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
gorm.io/datatypes v1.0.7 // indirect | ||
gorm.io/driver/mysql v1.4.1 // indirect | ||
gorm.io/gorm v1.24.0 // indirect | ||
gorm.io/datatypes v1.2.5 // indirect | ||
gorm.io/driver/mysql v1.5.7 // indirect | ||
gorm.io/gorm v1.25.12 // indirect | ||
) |
Oops, something went wrong.