Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Merge requests
!444
Fix for renovate config needs migrating
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix for renovate config needs migrating
fix-renovate-config-needs-migrating
into
master
Overview
0
Commits
4
Pipelines
4
Changes
2
Merged
Fabian Seidl
requested to merge
fix-renovate-config-needs-migrating
into
master
2 years ago
Overview
0
Commits
4
Pipelines
4
Changes
2
Expand
Description
might fix the warning when running renovate and probably wrong basebranch
0
0
Merge request reports
Viewing commit
48857871
Prev
Next
Show latest version
2 files
+
9
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
48857871
updated go version to fix vulnerability
· 48857871
Fabian Seidl
authored
2 years ago
csbi/resources/go.mod
+
3
−
3
Options
@@ -49,10 +49,10 @@ require (
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.
0.0-20220728030405-41545e8bf201
// indirect
golang.org/x/net v0.
8.0
// indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.
0.0-20220728004956-3c1f35247d1
0 // indirect
golang.org/x/text v0.
3.7
// indirect
golang.org/x/sys v0.
6.
0 // indirect
golang.org/x/text v0.
8.0
// indirect
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
Loading