After #2142, building with newer Go versions fails with: go: updates to go.mod needed; to update it: go mod tidy Fix it by running go mod tidy.
		
			
				
	
	
		
			17 lines
		
	
	
		
			302 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			302 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/v2fly/domain-list-community
 | 
						|
 | 
						|
go 1.21
 | 
						|
 | 
						|
toolchain go1.22.2
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/v2fly/v2ray-core/v5 v5.16.0
 | 
						|
	google.golang.org/protobuf v1.34.0
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/adrg/xdg v0.4.0 // indirect
 | 
						|
	github.com/golang/protobuf v1.5.4 // indirect
 | 
						|
	golang.org/x/sys v0.19.0 // indirect
 | 
						|
)
 |