Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Consolidate go modules to top level directory (#954)
Browse files Browse the repository at this point in the history
* Consolidate go modules to top level directory

This allows developers who utilize things such as language server protocol to
easily resolve package level signatures across similar modules that make up the
project.

Fixes #557

Signed-off-by: Adam Stokes <[email protected]>

* Update go.mod

Co-authored-by: Manuel de la Peña <[email protected]>

* Remove e2e-testing modules from go.mod

This was causing some invalid import errors

Signed-off-by: Adam Stokes <[email protected]>

* add proper godog deps

Signed-off-by: Adam Stokes <[email protected]>

* Address issue with godog import

For now it is recommended to use the latest commit hash from go.elastic.co/apm
until the next official release is out. That release cleans up some internals in
that project making godog not a hard requirement when using apm as a dependency

Signed-off-by: Adam Stokes <[email protected]>

Co-authored-by: Manuel de la Peña <[email protected]>
(cherry picked from commit e0617f3)

# Conflicts:
#	cli/go.mod
#	cli/go.sum
  • Loading branch information
adam-stokes authored and mergify-bot committed Mar 30, 2021
1 parent 77e5229 commit 77e71f4
Show file tree
Hide file tree
Showing 5 changed files with 1,082 additions and 646 deletions.
5 changes: 0 additions & 5 deletions doc.go

This file was deleted.

26 changes: 0 additions & 26 deletions e2e/go.mod

This file was deleted.

Loading

0 comments on commit 77e71f4

Please sign in to comment.