mirror of
				https://gitea.com/gitea/gitea-mcp.git
				synced 2025-11-03 20:01:50 +00:00 
			
		
		
		
	- Update version of code.gitea.io/sdk/gitea to v0.22.1 - Upgrade github.com/mark3labs/mcp-go dependency to v0.42.0 - Bump golang.org/x/crypto to v0.43.0 and golang.org/x/sys to v0.37.0 Signed-off-by: appleboy <appleboy.tw@gmail.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			950 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			950 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module gitea.com/gitea/gitea-mcp
 | 
						|
 | 
						|
go 1.24.0
 | 
						|
 | 
						|
require (
 | 
						|
	code.gitea.io/sdk/gitea v0.22.1
 | 
						|
	github.com/mark3labs/mcp-go v0.42.0
 | 
						|
	go.uber.org/zap v1.27.0
 | 
						|
	gopkg.in/natefinch/lumberjack.v2 v2.2.1
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/42wim/httpsig v1.2.3 // indirect
 | 
						|
	github.com/bahlo/generic-list-go v0.2.0 // indirect
 | 
						|
	github.com/buger/jsonparser v1.1.1 // indirect
 | 
						|
	github.com/davidmz/go-pageant v1.0.2 // indirect
 | 
						|
	github.com/go-fed/httpsig v1.1.0 // indirect
 | 
						|
	github.com/google/uuid v1.6.0 // indirect
 | 
						|
	github.com/hashicorp/go-version v1.7.0 // indirect
 | 
						|
	github.com/invopop/jsonschema v0.13.0 // indirect
 | 
						|
	github.com/mailru/easyjson v0.9.1 // indirect
 | 
						|
	github.com/spf13/cast v1.10.0 // indirect
 | 
						|
	github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
 | 
						|
	github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
 | 
						|
	go.uber.org/multierr v1.11.0 // indirect
 | 
						|
	golang.org/x/crypto v0.43.0 // indirect
 | 
						|
	golang.org/x/sys v0.37.0 // indirect
 | 
						|
	gopkg.in/yaml.v3 v3.0.1 // indirect
 | 
						|
)
 |