aboutsummaryrefslogtreecommitdiff
path: root/echo/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'echo/go.mod')
-rw-r--r--echo/go.mod26
1 files changed, 26 insertions, 0 deletions
diff --git a/echo/go.mod b/echo/go.mod
new file mode 100644
index 0000000..246e85f
--- /dev/null
+++ b/echo/go.mod
@@ -0,0 +1,26 @@
1module code.crute.us/mcrute/golib/echo
2
3go 1.17
4
5require (
6 code.crute.us/mcrute/golib v0.0.0-00010101000000-000000000000
7 github.com/labstack/echo/v4 v4.6.1
8 github.com/labstack/gommon v0.3.1
9 github.com/stretchr/testify v1.7.0
10)
11
12require (
13 github.com/davecgh/go-spew v1.1.1 // indirect
14 github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
15 github.com/mattn/go-colorable v0.1.11 // indirect
16 github.com/mattn/go-isatty v0.0.14 // indirect
17 github.com/pmezard/go-difflib v1.0.0 // indirect
18 github.com/valyala/bytebufferpool v1.0.0 // indirect
19 github.com/valyala/fasttemplate v1.2.1 // indirect
20 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
21 golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
22 golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
23 golang.org/x/text v0.3.7 // indirect
24 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
25 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
26)