You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							26 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
	
	
							26 lines
						
					
					
						
							1.1 KiB
						
					
					
				module gitea.com/go-chi/session
 | 
						|
 | 
						|
go 1.11
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
 | 
						|
	github.com/couchbase/go-couchbase v0.0.0-20201026062457-7b3be89bbd89
 | 
						|
	github.com/couchbase/gomemcached v0.1.1 // indirect
 | 
						|
	github.com/couchbase/goutils v0.0.0-20201030094643-5e82bb967e67 // indirect
 | 
						|
	github.com/cupcake/rdb v0.0.0-20161107195141-43ba34106c76 // indirect
 | 
						|
	github.com/edsrzf/mmap-go v1.0.0 // indirect
 | 
						|
	github.com/go-chi/chi v1.5.1
 | 
						|
	github.com/go-redis/redis/v8 v8.4.0
 | 
						|
	github.com/go-sql-driver/mysql v1.4.1
 | 
						|
	github.com/lib/pq v1.2.0
 | 
						|
	github.com/pelletier/go-toml v1.8.1 // indirect
 | 
						|
	github.com/pkg/errors v0.9.1 // indirect
 | 
						|
	github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
 | 
						|
	github.com/siddontang/ledisdb v0.0.0-20190202134119-8ceb77e66a92
 | 
						|
	github.com/siddontang/rdb v0.0.0-20150307021120-fc89ed2e418d // indirect
 | 
						|
	github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
 | 
						|
	github.com/syndtr/goleveldb v1.0.0 // indirect
 | 
						|
	github.com/unknwon/com v1.0.1
 | 
						|
	google.golang.org/appengine v1.6.7 // indirect
 | 
						|
	gopkg.in/ini.v1 v1.62.0
 | 
						|
)
 | 
						|
 |