Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Requirements Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Utilities
Requirements Manager
Commits
3801d61c
Verified
Commit
3801d61c
authored
2 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: update go
parent
b4366c7d
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
source/go.mod
+1
-14
1 addition, 14 deletions
source/go.mod
source/go.sum
+31
-582
31 additions, 582 deletions
source/go.sum
source/vendor/modules.txt
+0
-22
0 additions, 22 deletions
source/vendor/modules.txt
with
32 additions
and
618 deletions
source/go.mod
+
1
−
14
View file @
3801d61c
module gitlab.schukai.com/oss/utilities/requirements-manager
go 1.22.0
toolchain go1.23.3
go 1.23.3
require (
github.com/go-git/go-git/v5 v5.13.1
...
...
@@ -19,30 +17,23 @@ require (
dario.cat/mergo v1.0.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/ProtonMail/go-crypto v1.1.4 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.6.1 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mmcloughlin/avo v0.6.0 // indirect
github.com/pjbgf/sha1cd v0.3.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/skeema/knownhosts v1.3.0 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/crypto v0.32.0 // indirect
...
...
@@ -53,10 +44,6 @@ require (
golang.org/x/sys v0.29.0 // indirect
golang.org/x/time v0.9.0 // indirect
golang.org/x/tools v0.29.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.36.2 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
...
...
This diff is collapsed.
Click to expand it.
source/go.sum
+
31
−
582
View file @
3801d61c
This diff is collapsed.
Click to expand it.
source/vendor/modules.txt
+
0
−
22
View file @
3801d61c
...
...
@@ -32,8 +32,6 @@ github.com/ProtonMail/go-crypto/openpgp/packet
github.com/ProtonMail/go-crypto/openpgp/s2k
github.com/ProtonMail/go-crypto/openpgp/x25519
github.com/ProtonMail/go-crypto/openpgp/x448
# github.com/acomagu/bufpipe v1.0.4
## explicit; go 1.12
# github.com/cloudflare/circl v1.5.0
## explicit; go 1.22.0
github.com/cloudflare/circl/dh/x25519
...
...
@@ -51,8 +49,6 @@ github.com/cloudflare/circl/sign/ed448
# github.com/cyphar/filepath-securejoin v0.3.6
## explicit; go 1.18
github.com/cyphar/filepath-securejoin
# github.com/davecgh/go-spew v1.1.1
## explicit
# github.com/emirpasic/gods v1.18.1
## explicit; go 1.2
github.com/emirpasic/gods/containers
...
...
@@ -126,8 +122,6 @@ github.com/go-git/go-git/v5/utils/trace
# github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
## explicit; go 1.20
github.com/golang/groupcache/lru
# github.com/golang/protobuf v1.5.4
## explicit; go 1.17
# github.com/google/go-querystring v1.1.0
## explicit; go 1.10
github.com/google/go-querystring/query
...
...
@@ -140,8 +134,6 @@ github.com/hashicorp/go-cleanhttp
# github.com/hashicorp/go-retryablehttp v0.7.7
## explicit; go 1.19
github.com/hashicorp/go-retryablehttp
# github.com/imdario/mergo v0.3.16 => github.com/imdario/mergo v0.3.16
## explicit; go 1.13
# github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
## explicit
github.com/jbenet/go-context/io
...
...
@@ -151,13 +143,9 @@ github.com/jessevdk/go-flags
# github.com/kevinburke/ssh_config v1.2.0
## explicit
github.com/kevinburke/ssh_config
# github.com/kr/pretty v0.3.1
## explicit; go 1.12
# github.com/mattn/go-runewidth v0.0.16
## explicit; go 1.9
github.com/mattn/go-runewidth
# github.com/mitchellh/go-homedir v1.1.0
## explicit
# github.com/mmcloughlin/avo v0.6.0
## explicit; go 1.18
github.com/mmcloughlin/avo/attr
...
...
@@ -190,8 +178,6 @@ github.com/sergi/go-diff/diffmatchpatch
# github.com/skeema/knownhosts v1.3.0
## explicit; go 1.17
github.com/skeema/knownhosts
# github.com/src-d/gcfg v1.4.0
## explicit
# github.com/xanzy/go-gitlab v0.115.0
## explicit; go 1.19
github.com/xanzy/go-gitlab
...
...
@@ -274,14 +260,6 @@ golang.org/x/tools/internal/stdlib
golang.org/x/tools/internal/typeparams
golang.org/x/tools/internal/typesinternal
golang.org/x/tools/internal/versions
# google.golang.org/appengine v1.6.8
## explicit; go 1.11
# google.golang.org/protobuf v1.36.2
## explicit; go 1.21
# gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
## explicit; go 1.11
# gopkg.in/src-d/go-billy.v4 v4.3.2
## explicit
# gopkg.in/warnings.v0 v0.1.2
## explicit
gopkg.in/warnings.v0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment