-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 987 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module hardwire-example
go 1.23.0
require github.com/labstack/echo/v4 v4.12.0
require (
github.com/antchfx/xmlquery v1.3.18 // indirect
github.com/antchfx/xpath v1.2.4 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncpa0/hardwire v0.0.0-20240820140453-8244cc99879a // indirect
github.com/ncpa0cpl/convenient-structures v0.0.0-20231127113943-08d3c9127a1a // indirect
github.com/ncpa0cpl/ezs v0.0.0-20240820121929-027cf61ab5c1 // indirect
github.com/ncpa0cpl/go_promise v0.0.0-20230929140052-08616f2b7968 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
)