File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ All Url:
24
24
- http://127.0.0.1:8090/_/ - Admin dashboard UI
25
25
- http://127.0.0.1:8090/api/ - REST API
26
26
27
-
28
27
## Embedded PocketServer
29
28
30
29
### References
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ require (
77
77
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
78
78
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
79
79
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
80
+ github.com/gookit/goutil v0.6.16 // indirect
80
81
github.com/hashicorp/errwrap v1.1.0 // indirect
81
82
github.com/hashicorp/go-multierror v1.1.1 // indirect
82
83
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ github.com/googleapis/enterprise-certificate-proxy v0.3.2 h1:Vie5ybvEvT75RniqhfF
181
181
github.com/googleapis/enterprise-certificate-proxy v0.3.2 /go.mod h1:VLSiSSBs/ksPL8kq3OBOQ6WRI2QnaFynd1DCjZ62+V0 =
182
182
github.com/googleapis/gax-go/v2 v2.13.0 h1:yitjD5f7jQHhyDsnhKEBU52NdvvdSeGzlAnDPT0hH1s =
183
183
github.com/googleapis/gax-go/v2 v2.13.0 /go.mod h1:Z/fvTZXF8/uw7Xu5GuslPw+bplx6SS338j1Is2S+B7A =
184
+ github.com/gookit/goutil v0.6.16 h1:9fRMCF4X9abdRD5+2HhBS/GwafjBlTUBjRtA5dgkvuw =
185
+ github.com/gookit/goutil v0.6.16 /go.mod h1:op2q8AoPDFSiY2+qkHxcBWQMYxOLQ1GbLXqe7vrwscI =
184
186
github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
185
187
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
186
188
github.com/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
Original file line number Diff line number Diff line change
1
+ installations :
2
+ - go get github.com/gookit/goutil
You can’t perform that action at this time.
0 commit comments