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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 5 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index bf1980f5..c18dc1ae 100644
--- a/go.mod
+++ b/go.mod
@@ -12,25 +12,22 @@ require (
github.com/gorilla/sessions v1.2.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
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.1.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.4.2
- github.com/stretchr/testify v1.4.0
+ github.com/stretchr/objx v0.2.0 // indirect
+ github.com/stretchr/testify v1.5.1
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-20200520155818-96e583c57891
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-20200114155413-6afb5195e5aa
+ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1
- golang.org/x/tools v0.0.0-20200117161641-43d50277825c
- google.golang.org/api v0.15.0 // indirect
- google.golang.org/appengine v1.6.5 // indirect
- google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba // indirect
- google.golang.org/grpc v1.24.0 // indirect
- gopkg.in/DataDog/dd-trace-go.v1 v1.7.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)