16 lines
		
	
	
		
			318 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			318 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module github.com/artemvang/infinite-place
 | 
						|
 | 
						|
go 1.23.3
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/gorilla/csrf v1.7.3
 | 
						|
	github.com/gorilla/handlers v1.5.2
 | 
						|
	github.com/gorilla/mux v1.8.1
 | 
						|
	github.com/mattn/go-sqlite3 v1.14.28
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/felixge/httpsnoop v1.0.3 // indirect
 | 
						|
	github.com/gorilla/securecookie v1.1.2 // indirect
 | 
						|
)
 |