FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fldocs/go.mod at main · AndroidPoet/fldocs · GitHub
AndroidPoet
/
fldocs
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
fldocs
/
go.mod
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (29 loc) · 1.13 KB
Breadcrumbs
fldocs
/
go.mod
Copy path
File metadata and controls
32 lines (29 loc) · 1.13 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module
github.com/AndroidPoet/fldocs
go
1.25.6
require
(
github.com/mark3labs/mcp-go
v0.45.0
github.com/spf13/cobra
v1.10.2
modernc.org/sqlite
v1.46.1
)
require
(
github.com/bahlo/generic-list-go
v0.2.0
//
indirect
github.com/buger/jsonparser
v1.1.1
//
indirect
github.com/dustin/go-humanize
v1.0.1
//
indirect
github.com/google/uuid
v1.6.0
//
indirect
github.com/inconshreveable/mousetrap
v1.1.0
//
indirect
github.com/invopop/jsonschema
v0.13.0
//
indirect
github.com/mailru/easyjson
v0.7.7
//
indirect
github.com/mattn/go-isatty
v0.0.20
//
indirect
github.com/ncruces/go-strftime
v1.0.0
//
indirect
github.com/remyoudompheng/bigfft
v0.0.0-20230129092748-24d4a6f8daec
//
indirect
github.com/spf13/cast
v1.7.1
//
indirect
github.com/spf13/pflag
v1.0.9
//
indirect
github.com/wk8/go-ordered-map/v2
v2.1.8
//
indirect
github.com/yosida95/uritemplate/v3
v3.0.2
//
indirect
golang.org/x/exp
v0.0.0-20251023183803-a4bb9ffd2546
//
indirect
golang.org/x/sys
v0.37.0
//
indirect
gopkg.in/yaml.v3
v3.0.1
//
indirect
modernc.org/libc
v1.67.6
//
indirect
modernc.org/mathutil
v1.7.1
//
indirect
modernc.org/memory
v1.11.0
//
indirect
)
Back
|
FazBrowse Home
|
New Git URL