Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notifications-bot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archives
notifications-bot
Merge requests
!42
Revert "update deps"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Revert "update deps"
release
into
master
Overview
0
Commits
24
Pipelines
0
Changes
27
Merged
Revert "update deps"
Josh Brooks
requested to merge
release
into
master
Jul 26, 2023
Overview
0
Commits
24
Pipelines
0
Changes
27
This reverts commit
4dd92e30
.
0
0
Merge request reports
Compare
master
version 1
fa0fa3b1
Jul 26, 2023
master (base)
and
latest version
latest version
48928dbb
24 commits,
Jul 26, 2023
version 1
fa0fa3b1
23 commits,
Jul 26, 2023
27 files
+
568
−
182
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
cmd/root.go
+
4
−
3
View file @ 48928dbb
Edit in single-file editor
Open in Web IDE
Show full file
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 Privategrity Corporation /
// /
// All rights reserved. /
// Copyright © 2022 xx foundation //
// //
// Use of this source code is governed by a license that can be found in the //
// LICENSE file. //
////////////////////////////////////////////////////////////////////////////////
// Package cmd initializes the CLI and config parsers as well as the logger
Loading