summaryrefslogtreecommitdiff
path: root/app/models/blob.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-10 09:08:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-10 09:08:35 +0000
commit23ff717a29540bb1d4b0068f164b5f9df99386bf (patch)
tree1d31f1766f3a5e4748cd806cf655d72d35cb59dc /app/models/blob.rb
parentc2879da99d02b4e49a1394f5699a2963f2651f18 (diff)
downloadgitlab-ce-23ff717a29540bb1d4b0068f164b5f9df99386bf.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/blob.rb')
-rw-r--r--app/models/blob.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/blob.rb b/app/models/blob.rb
index c1524d0b177..874bf58530e 100644
--- a/app/models/blob.rb
+++ b/app/models/blob.rb
@@ -58,6 +58,7 @@ class Blob < SimpleDelegator
BlobViewer::Gemfile,
BlobViewer::Gemspec,
BlobViewer::GodepsJson,
+ BlobViewer::GoMod,
BlobViewer::PackageJson,
BlobViewer::Podfile,
BlobViewer::Podspec,