Skip to content

Commit

Permalink
Merge branch 'dtsai/fogg-tags' of github.com:chanzuckerberg/fogg into…
Browse files Browse the repository at this point in the history
… dtsai/fogg-tags
  • Loading branch information
jakeyheath committed Sep 13, 2023
2 parents c601aa1 + 3701941 commit 0dce51d
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 39 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

### [0.89.4](https://github.com/chanzuckerberg/fogg/compare/v0.89.3...v0.89.4) (2023-09-11)


### Misc

* Bump github.com/aws/aws-sdk-go from 1.45.2 to 1.45.6 ([#922](https://github.com/chanzuckerberg/fogg/issues/922)) ([3cd3956](https://github.com/chanzuckerberg/fogg/commit/3cd3956cb36e30e9494de86f60c1691c69d1fd62))
* Bump github.com/chanzuckerberg/go-misc from 1.10.5 to 1.10.6 ([#924](https://github.com/chanzuckerberg/fogg/issues/924)) ([14444ac](https://github.com/chanzuckerberg/fogg/commit/14444ac3563511fac3450902014b46f2a9cf0382))

### [0.89.3](https://github.com/chanzuckerberg/fogg/compare/v0.89.2...v0.89.3) (2023-09-04)


### Misc

* Bump github.com/aws/aws-sdk-go from 1.44.332 to 1.45.2 ([#919](https://github.com/chanzuckerberg/fogg/issues/919)) ([5167872](https://github.com/chanzuckerberg/fogg/commit/51678722c4c485ee315e163bd7e1ddd41151a4eb))
* Bump github.com/hashicorp/hcl/v2 from 2.17.0 to 2.18.0 ([#920](https://github.com/chanzuckerberg/fogg/issues/920)) ([9a62de8](https://github.com/chanzuckerberg/fogg/commit/9a62de8d82ac5a6e14d3aa47df5c2efe3280c737))

### [0.89.2](https://github.com/chanzuckerberg/fogg/compare/v0.89.1...v0.89.2) (2023-08-28)


### Misc

* Bump github.com/aws/aws-sdk-go from 1.44.327 to 1.44.332 ([#916](https://github.com/chanzuckerberg/fogg/issues/916)) ([6e049a8](https://github.com/chanzuckerberg/fogg/commit/6e049a873013721aefc06b0fe40efc0f0b07ebeb))

### [0.89.1](https://github.com/chanzuckerberg/fogg/compare/v0.89.0...v0.89.1) (2023-08-21)


### Misc

* Bump github.com/aws/aws-sdk-go from 1.44.322 to 1.44.327 ([#913](https://github.com/chanzuckerberg/fogg/issues/913)) ([3588770](https://github.com/chanzuckerberg/fogg/commit/3588770d987573f57ce03e7a360022ec2316177d))
* Bump github.com/chanzuckerberg/go-misc from 1.10.4 to 1.10.5 ([#912](https://github.com/chanzuckerberg/fogg/issues/912)) ([b9f4ace](https://github.com/chanzuckerberg/fogg/commit/b9f4acedb7ad5a71ec7a0c41b6c3e37aa36af366))
* Bump github.com/jinzhu/copier from 0.3.5 to 0.4.0 ([#914](https://github.com/chanzuckerberg/fogg/issues/914)) ([f30717a](https://github.com/chanzuckerberg/fogg/commit/f30717a038b08f8ffff5879c0edbc5fffe42651e))

## [0.89.0](https://github.com/chanzuckerberg/fogg/compare/v0.88.2...v0.89.0) (2023-08-16)


Expand Down
30 changes: 16 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/chanzuckerberg/fogg

go 1.19
go 1.21

replace github.com/spf13/afero => github.com/chanzuckerberg/afero v0.0.0-20190514223411-36a9495a9b51

Expand All @@ -9,22 +9,22 @@ replace github.com/hashicorp/terraform => github.com/hashicorp/terraform v0.14.9
require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/antzucaro/matchr v0.0.0-20221106193745-7bed6ef61ef9
github.com/aws/aws-sdk-go v1.44.322
github.com/aws/aws-sdk-go v1.45.6
github.com/blang/semver v3.5.1+incompatible
github.com/chanzuckerberg/go-misc v1.10.4
github.com/chanzuckerberg/go-misc v1.10.6
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.15.0
github.com/go-errors/errors v1.4.2
github.com/go-errors/errors v1.5.0
github.com/go-git/go-git/v5 v5.8.1
github.com/google/go-github/v27 v27.0.6
github.com/hashicorp/go-getter v1.7.2
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hcl/v2 v2.17.0
github.com/hashicorp/hcl/v2 v2.18.0
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
github.com/hashicorp/terraform v1.3.7
github.com/hashicorp/terraform-config-inspect v0.0.0-20221020162138-81db043ad408
github.com/jinzhu/copier v0.3.5
github.com/jinzhu/copier v0.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/kr/pretty v0.3.1
github.com/mitchellh/go-homedir v1.1.0
Expand Down Expand Up @@ -58,6 +58,7 @@ require (
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/apparentlymart/go-textseg v1.0.0 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/apparentlymart/go-versions v1.0.1 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/bmatcuk/doublestar v1.3.4 // indirect
Expand All @@ -73,7 +74,7 @@ require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand Down Expand Up @@ -111,21 +112,22 @@ require (
github.com/zclconf/go-cty v1.13.2 // indirect
github.com/zclconf/go-cty-yaml v1.0.3 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.9.3 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.126.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
Loading

0 comments on commit 0dce51d

Please sign in to comment.