aboutsummaryrefslogtreecommitdiff
path: root/echo/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'echo/go.mod')
-rw-r--r--echo/go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/echo/go.mod b/echo/go.mod
index 91669d9..6092d7a 100644
--- a/echo/go.mod
+++ b/echo/go.mod
@@ -2,8 +2,10 @@ module code.crute.us/mcrute/golib/echo
2 2
3go 1.17 3go 1.17
4 4
5replace code.crute.us/mcrute/golib => ../
6
5require ( 7require (
6 code.crute.us/mcrute/golib v0.1.0 8 code.crute.us/mcrute/golib v0.1.1
7 github.com/labstack/echo/v4 v4.6.1 9 github.com/labstack/echo/v4 v4.6.1
8 github.com/labstack/gommon v0.3.1 10 github.com/labstack/gommon v0.3.1
9 github.com/stretchr/testify v1.7.0 11 github.com/stretchr/testify v1.7.0