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

go.mod - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: 9e021ca5f1371cf1c1bac8eeab17bdb5b063636e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module gitlab.com/gitlab-org/gitlab-pages

go 1.13

require (
	github.com/andybalholm/brotli v1.0.1
	github.com/cenkalti/backoff/v4 v4.0.2
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
	github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835
	github.com/golang/mock v1.3.1
	github.com/gorilla/context v1.1.1
	github.com/gorilla/handlers v1.4.2
	github.com/gorilla/securecookie v1.1.1
	github.com/gorilla/sessions v1.2.0
	github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
	github.com/karlseguin/ccache/v2 v2.0.6
	github.com/karrick/godirwalk v1.10.12
	github.com/kr/text v0.2.0 // indirect
	github.com/namsral/flag v1.7.4-pre
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	github.com/patrickmn/go-cache v2.1.0+incompatible
	github.com/prometheus/client_golang v1.6.0
	github.com/rs/cors v1.7.0
	github.com/sirupsen/logrus v1.4.2
	github.com/stretchr/objx v0.2.0 // indirect
	github.com/stretchr/testify v1.6.1
	github.com/tj/assert v0.0.3 // indirect
	github.com/tj/go-redirects v0.0.0-20180508180010-5c02ead0bbc5
	github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
	github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
	gitlab.com/gitlab-org/labkit v0.0.0-20201014124351-eb1fe6499318
	gitlab.com/lupine/go-mimedb v0.0.0-20180307000149-e8af1d659877
	golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
	golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
	golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
	golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
	golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770
	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
	honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)