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:
authorJaime Martinez <jmartinez@gitlab.com>2020-08-06 04:28:10 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2020-08-07 08:05:02 +0300
commit33e979201e75d251586347daf56fff12e611353d (patch)
tree412e72ec8a3a8d3e67d0cb0c0db70ebd535dd0a5 /go.mod
parent6b87c7142f755d7202ecd474a17a524409b7d44f (diff)
Revert "Merge branch 'revert-a3365a7b' into 'master'"revert-185e0a0
This reverts commit 185e0a0e5c621f350335495291c535e5c05df89b, reversing changes made to a3365a7b1b41b3dee206cbcf27e915ee45d556a5.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 049b9c57..c46a657e 100644
--- a/go.mod
+++ b/go.mod
@@ -31,6 +31,6 @@ require (
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
- gopkg.in/yaml.v2 v2.2.8
+ gopkg.in/yaml.v2 v2.2.8 // indirect
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)