aboutsummaryrefslogtreecommitdiff
path: root/echo/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'echo/go.mod')
-rw-r--r--echo/go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/echo/go.mod b/echo/go.mod
index 6092d7a..942b4e5 100644
--- a/echo/go.mod
+++ b/echo/go.mod
@@ -8,15 +8,23 @@ require (
8 code.crute.us/mcrute/golib v0.1.1 8 code.crute.us/mcrute/golib v0.1.1
9 github.com/labstack/echo/v4 v4.6.1 9 github.com/labstack/echo/v4 v4.6.1
10 github.com/labstack/gommon v0.3.1 10 github.com/labstack/gommon v0.3.1
11 github.com/prometheus/client_golang v1.11.0
11 github.com/stretchr/testify v1.7.0 12 github.com/stretchr/testify v1.7.0
12) 13)
13 14
14require ( 15require (
16 github.com/beorn7/perks v1.0.1 // indirect
17 github.com/cespare/xxhash/v2 v2.1.1 // indirect
15 github.com/davecgh/go-spew v1.1.1 // indirect 18 github.com/davecgh/go-spew v1.1.1 // indirect
16 github.com/golang-jwt/jwt v3.2.2+incompatible // indirect 19 github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
20 github.com/golang/protobuf v1.4.3 // indirect
17 github.com/mattn/go-colorable v0.1.11 // indirect 21 github.com/mattn/go-colorable v0.1.11 // indirect
18 github.com/mattn/go-isatty v0.0.14 // indirect 22 github.com/mattn/go-isatty v0.0.14 // indirect
23 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
19 github.com/pmezard/go-difflib v1.0.0 // indirect 24 github.com/pmezard/go-difflib v1.0.0 // indirect
25 github.com/prometheus/client_model v0.2.0 // indirect
26 github.com/prometheus/common v0.32.1 // indirect
27 github.com/prometheus/procfs v0.6.0 // indirect
20 github.com/valyala/bytebufferpool v1.0.0 // indirect 28 github.com/valyala/bytebufferpool v1.0.0 // indirect
21 github.com/valyala/fasttemplate v1.2.1 // indirect 29 github.com/valyala/fasttemplate v1.2.1 // indirect
22 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect 30 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
@@ -24,5 +32,6 @@ require (
24 golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect 32 golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
25 golang.org/x/text v0.3.7 // indirect 33 golang.org/x/text v0.3.7 // indirect
26 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect 34 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
35 google.golang.org/protobuf v1.26.0-rc.1 // indirect
27 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect 36 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
28) 37)