diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,3 +6,7 @@ require ( github.com/labstack/echo/v4 v4.1.16 github.com/neonxp/StaticMap/pkg/static v0.0.1 ) + +replace ( + github.com/neonxp/StaticMap/pkg/static v0.0.1 => ./pkg/static +)
\ No newline at end of file |