File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,25 @@ module github.com/goforj/web/examples
22
33go 1.25.0
44
5- require github.com/goforj/web v0.0.0
5+ require (
6+ github.com/goforj/web v0.0.0
7+ github.com/prometheus/client_golang v1.23.2
8+ golang.org/x/time v0.15.0
9+ )
10+
11+ require (
12+ github.com/beorn7/perks v1.0.1 // indirect
13+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
14+ github.com/goforj/str v1.2.0 // indirect
15+ github.com/gorilla/websocket v1.5.3 // indirect
16+ github.com/labstack/echo/v5 v5.1.0 // indirect
17+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
18+ github.com/prometheus/client_model v0.6.2 // indirect
19+ github.com/prometheus/common v0.66.1 // indirect
20+ github.com/prometheus/procfs v0.16.1 // indirect
21+ go.yaml.in/yaml/v2 v2.4.2 // indirect
22+ golang.org/x/sys v0.40.0 // indirect
23+ google.golang.org/protobuf v1.36.8 // indirect
24+ )
625
726replace github.com/goforj/web => ..
You can’t perform that action at this time.
0 commit comments