Skip to content

Commit

Permalink
Reference to local module
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagolizardo committed Sep 14, 2022
1 parent 56d88b8 commit 6b8f8f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SHELL := bash
SUBDIRS := $(wildcard */.)

all: $(SUBDIRS)
Expand All @@ -6,3 +7,7 @@ $(SUBDIRS):

.PHONY: all $(SUBDIRS)

clean:
pushd agent && make clean && popd
pushd cli && make clean && popd

2 changes: 2 additions & 0 deletions agent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ require (
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/sys v0.0.0-20220909162455-aba9fc2a8ff2 // indirect
)

replace github.com/reconmap/shared-lib => ../shared-lib
2 changes: 2 additions & 0 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ require (
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gotest.tools/v3 v3.0.3 // indirect
)

replace github.com/reconmap/shared-lib => ../shared-lib

0 comments on commit 6b8f8f8

Please sign in to comment.