aboutsummaryrefslogtreecommitdiff
path: root/echo/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'echo/go.mod')
-rw-r--r--echo/go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/echo/go.mod b/echo/go.mod
index 942b4e5..44b7e1d 100644
--- a/echo/go.mod
+++ b/echo/go.mod
@@ -6,6 +6,7 @@ replace code.crute.us/mcrute/golib => ../
6 6
7require ( 7require (
8 code.crute.us/mcrute/golib v0.1.1 8 code.crute.us/mcrute/golib v0.1.1
9 github.com/elnormous/contenttype v1.0.0
9 github.com/labstack/echo/v4 v4.6.1 10 github.com/labstack/echo/v4 v4.6.1
10 github.com/labstack/gommon v0.3.1 11 github.com/labstack/gommon v0.3.1
11 github.com/prometheus/client_golang v1.11.0 12 github.com/prometheus/client_golang v1.11.0