Skip to content

Commit

Permalink
Ensure replace added to apptest go.mod (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageMarcus authored Aug 20, 2024
1 parent 8abc826 commit 4f54812
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Include replace directives in apptest generated go.mo

### Changed

- Add `-trimpath` flag to `go build` in generated Makefile for Go.
Expand Down
4 changes: 4 additions & 0 deletions pkg/gen/input/apptest/internal/file/go.mod.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ module e2e

go 1.21

replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16

replace github.com/alessio/shellescape => al.essio.dev/pkg/shellescape v1.4.2

require github.com/giantswarm/apptest-framework v0.0.1

0 comments on commit 4f54812

Please sign in to comment.