Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod « sessions « gorilla « github.com « vendor - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb9ad35e45507f5259036f8a45d43f3dcb075fe9 (plain)
1
2
3
4
5
6
module "github.com/gorilla/sessions"

require (
	"github.com/gorilla/context" v1.1
	"github.com/gorilla/securecookie" v1.1
)