Skip to content

Commit

Permalink
Merge pull request #66 from petracihalova/platform-go-middlewares_update
Browse files Browse the repository at this point in the history
[RHCLOUD-33468] update platform-go-middlewares package to the v1.0.0
  • Loading branch information
petracihalova authored Jun 24, 2024
2 parents 808d444 + 1ac131f commit 56b240e
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 25 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ module github.com/redhatinsights/uhc-auth-proxy

require (
github.com/RedHatInsights/cloudwatch v0.0.0-20210111105023-1df2bdfe3291
github.com/aws/aws-sdk-go v1.44.149
github.com/aws/aws-sdk-go v1.49.13
github.com/go-chi/chi/v5 v5.0.11
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.10.1
github.com/prashantv/gostub v1.1.0
github.com/prometheus/client_golang v1.17.0
github.com/redhatinsights/platform-go-middlewares v0.20.0
github.com/redhatinsights/platform-go-middlewares v1.0.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.0
go.uber.org/zap v1.10.0
Expand All @@ -18,15 +18,15 @@ require (
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hpcloud/tail v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
Expand All @@ -41,8 +41,8 @@ require (
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit 56b240e

Please sign in to comment.