Skip to content

Commit

Permalink
fix(deps): update module github.com/runatlantis/atlantis to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Sep 5, 2023
1 parent 783e37c commit 1f3ed59
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 35 deletions.
26 changes: 14 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/cresta/atlantis-drift-detection

go 1.19
go 1.21

toolchain go1.21.0

require (
github.com/aws/aws-sdk-go-v2/config v1.18.39
Expand All @@ -12,7 +14,7 @@ require (
github.com/joeshaw/envdecode v0.0.0-20200121155833-099f1fc765bd
github.com/joho/godotenv v1.5.1
github.com/nlopes/slack v0.6.0
github.com/runatlantis/atlantis v0.24.4
github.com/runatlantis/atlantis v0.25.0
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.25.0
golang.org/x/sync v0.3.0
Expand Down Expand Up @@ -45,8 +47,8 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/bradleyfalzon/ghinstallation v1.1.1 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
github.com/cactus/go-statsd-client/v5 v5.0.0 // indirect
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect
github.com/cactus/go-statsd-client/v5 v5.1.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand All @@ -55,7 +57,7 @@ require (
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.1 // indirect
github.com/go-playground/validator/v10 v10.15.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
Expand All @@ -73,10 +75,10 @@ require (
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.4 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
github.com/hashicorp/terraform-config-inspect v0.0.0-20230614215431-f32df32a01cd // indirect
github.com/hashicorp/terraform-config-inspect v0.0.0-20230808231734-f15f31bf62b3 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
Expand Down Expand Up @@ -107,15 +109,15 @@ require (
github.com/uber-go/tally/v4 v4.1.7 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/warrensbox/terraform-switcher v0.1.1-0.20221027055942-201c8e92e997 // indirect
github.com/xanzy/go-gitlab v0.86.0 // indirect
github.com/xanzy/go-gitlab v0.90.0 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
Expand Down
Loading

0 comments on commit 1f3ed59

Please sign in to comment.