Skip to content

Commit

Permalink
fix: make the aws mock-generation script work again (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuannie1 authored Aug 1, 2024
1 parent 14766ed commit 10bce11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This is a collection of Go libraries and projects used by other projects within
### aws
An AWS client that aims to standardize the way we mock and write aws tests

If you recently changed laptops and struggled with new go dependencies, use [this page to help](https://stackoverflow.com/questions/42614380/go-install-not-working-with-zsh). Full link: https://stackoverflow.com/questions/42614380/go-install-not-working-with-zsh

### config
A utility for loading configuration from environment variables and files. See the [config](config/README.md) package for more information.

Expand Down
4 changes: 2 additions & 2 deletions aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generate-mocks: ## will generate mocks
go install github.com/golang/mock/[email protected]
go get -u github.com/aws/aws-sdk-go/...
go get -u github.com/aws/aws-sdk-go-v2/...
rm -rf aws/mocks/*
cd aws; go generate
rm -rf mocks/*
go generate
go mod tidy
.PHONY: generate-mocks

0 comments on commit 10bce11

Please sign in to comment.