13 lines
		
	
	
		
			356 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			356 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module guestbook
 | 
						|
 | 
						|
go 1.19
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/codegangsta/negroni v1.0.0 // indirect
 | 
						|
	github.com/garyburd/redigo v1.6.4 // indirect
 | 
						|
	github.com/gomodule/redigo v1.8.9 // indirect
 | 
						|
	github.com/gorilla/mux v1.8.0 // indirect
 | 
						|
	github.com/xyproto/pinterface v1.5.3 // indirect
 | 
						|
	github.com/xyproto/simpleredis v0.0.0-20220117114834-9a1000fbd7af // indirect
 | 
						|
)
 |