Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Merge requests
!123
Omnibus GitLab for upstream 16.10
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Omnibus GitLab for upstream 16.10
topic/heptapod/gl-16.10
into
branch/heptapod
Overview
0
Commits
119
Pipelines
1
Changes
105
Merged
Georges Racinet
requested to merge
topic/heptapod/gl-16.10
into
branch/heptapod
11 months ago
Overview
0
Commits
119
Pipelines
1
Changes
105
Expand
Part of
heptapod#1475 (closed)
0
0
Merge request reports
Compare
branch/heptapod
branch/heptapod (base)
and
latest version
latest version
2f888919
119 commits,
11 months ago
105 files
+
976
−
342
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
105
Search (e.g. *.vue) (Ctrl+P)
config/patches/redis-exporter/go-1-21.patch
0 → 100644
+
12
−
0
Options
diff --git a/go.mod b/go.mod
index 70613c0..c3288ff 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/oliver006/redis_exporter
-go 1.22
+go 1.21
require (
github.com/gomodule/redigo v1.8.9
Loading