Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bob
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Bob
Commits
2d7485b9
Verified
Commit
2d7485b9
authored
4 months ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: update modules
parent
aa2e3c1c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
source/go.mod
+1
-10
1 addition, 10 deletions
source/go.mod
source/go.sum
+0
-11
0 additions, 11 deletions
source/go.sum
source/vendor/modules.txt
+0
-12
0 additions, 12 deletions
source/vendor/modules.txt
with
1 addition
and
33 deletions
source/go.mod
+
1
−
10
View file @
2d7485b9
...
@@ -9,22 +9,14 @@ require (
...
@@ -9,22 +9,14 @@ require (
github.com/charmbracelet/log v0.4.0
github.com/charmbracelet/log v0.4.0
github.com/evanw/esbuild v0.24.0
github.com/evanw/esbuild v0.24.0
github.com/tdewolff/parse/v2 v2.7.19
github.com/tdewolff/parse/v2 v2.7.19
gitlab.schukai.com/oss/libraries/go/application/configuration.git v1.22.9
gitlab.schukai.com/oss/libraries/go/application/xflags.git v1.16.5
gitlab.schukai.com/oss/libraries/go/application/xflags.git v1.16.5
gitlab.schukai.com/oss/libraries/go/markup/html.git v0.4.7
gitlab.schukai.com/oss/libraries/go/markup/html.git v0.4.7
gitlab.schukai.com/oss/libraries/go/services/job-queues.git v1.20.2
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5 // indirect
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5
gitlab.schukai.com/oss/libraries/go/utilities/watch.git v0.4.2
golang.org/x/crypto v0.29.0
golang.org/x/crypto v0.29.0
golang.org/x/net v0.31.0
golang.org/x/net v0.31.0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)
)
require (
gitlab.schukai.com/oss/libraries/go/application/xflags v1.16.3
gitlab.schukai.com/oss/libraries/go/markup/html v0.4.6
)
require (
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v1.0.0 // indirect
github.com/charmbracelet/lipgloss v1.0.0 // indirect
...
@@ -38,7 +30,6 @@ require (
...
@@ -38,7 +30,6 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/volker-schukai/tokenizer v1.0.0 // indirect
github.com/volker-schukai/tokenizer v1.0.0 // indirect
gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.2 // indirect
gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.2 // indirect
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/sys v0.27.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
...
...
This diff is collapsed.
Click to expand it.
source/go.sum
+
0
−
11
View file @
2d7485b9
...
@@ -52,27 +52,16 @@ github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52/go.mod h1:6DAvZli
...
@@ -52,27 +52,16 @@ github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52/go.mod h1:6DAvZli
github.com/volker-schukai/tokenizer v1.0.0 h1:wF4haFoCodq7lgAk8c+th/DZmpFpL2WVD8wDzAGU1mA=
github.com/volker-schukai/tokenizer v1.0.0 h1:wF4haFoCodq7lgAk8c+th/DZmpFpL2WVD8wDzAGU1mA=
github.com/volker-schukai/tokenizer v1.0.0/go.mod h1:LPw7lLIxUnZgeg96818N7IvwLE1x8ya31J/Aa0aCq9M=
github.com/volker-schukai/tokenizer v1.0.0/go.mod h1:LPw7lLIxUnZgeg96818N7IvwLE1x8ya31J/Aa0aCq9M=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
gitlab.schukai.com/oss/libraries/go/application/configuration.git v1.22.9/go.mod h1:pZ+8vTAodhn3BfWMXMe18q3Ys0Dc9v3MPHY4jY4vClk=
gitlab.schukai.com/oss/libraries/go/application/xflags v1.16.3 h1:IWRCQOsZZPkoh/vIzjsF8BnqT4VVbOlCtfeuaYV5qEQ=
gitlab.schukai.com/oss/libraries/go/application/xflags v1.16.3/go.mod h1:e+uFr/73kXoSozlAewBBqKsAUCIichlcvNDyj/0fj9Q=
gitlab.schukai.com/oss/libraries/go/application/xflags v1.16.5 h1:lghTHrRwlF7YSXkG/KRlJvnZuK3Z8HeM7aEiEbFXIEQ=
gitlab.schukai.com/oss/libraries/go/application/xflags v1.16.5/go.mod h1:6477TWP2W0vWWJ6Ctu/Mdh5SsjKUVVPFDgFfM4YdtcU=
gitlab.schukai.com/oss/libraries/go/application/xflags.git v1.16.5 h1:YD1skbZRu3iUHafIhGIEcZqPHJXA65Zj0AcSgsTQJAk=
gitlab.schukai.com/oss/libraries/go/application/xflags.git v1.16.5 h1:YD1skbZRu3iUHafIhGIEcZqPHJXA65Zj0AcSgsTQJAk=
gitlab.schukai.com/oss/libraries/go/application/xflags.git v1.16.5/go.mod h1:6477TWP2W0vWWJ6Ctu/Mdh5SsjKUVVPFDgFfM4YdtcU=
gitlab.schukai.com/oss/libraries/go/application/xflags.git v1.16.5/go.mod h1:6477TWP2W0vWWJ6Ctu/Mdh5SsjKUVVPFDgFfM4YdtcU=
gitlab.schukai.com/oss/libraries/go/markup/html v0.4.6 h1:eMold9Nl6ZkygVF1K1lTA3ROGz/mlEIcPt9aUUJC33c=
gitlab.schukai.com/oss/libraries/go/markup/html v0.4.6/go.mod h1:FAzz3QWPCqQG54ou0zLnF6j3/ZQgGSTGsTHLShc3UFU=
gitlab.schukai.com/oss/libraries/go/markup/html.git v0.4.7 h1:LxNtSNRXV9Ay3rKDH/KaVLORd0IpUClbfHo9tXG3Y4Q=
gitlab.schukai.com/oss/libraries/go/markup/html.git v0.4.7 h1:LxNtSNRXV9Ay3rKDH/KaVLORd0IpUClbfHo9tXG3Y4Q=
gitlab.schukai.com/oss/libraries/go/markup/html.git v0.4.7/go.mod h1:vlqd5glmCGm0rdM/QXWq/ifGdIM/wq7ynSzHFnl4LzU=
gitlab.schukai.com/oss/libraries/go/markup/html.git v0.4.7/go.mod h1:vlqd5glmCGm0rdM/QXWq/ifGdIM/wq7ynSzHFnl4LzU=
gitlab.schukai.com/oss/libraries/go/services/job-queues.git v1.20.2/go.mod h1:SZmOS4cms25c9UIOq9S2qTKHrPLmKYk0GqqtVCt4dxk=
gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.0 h1:JVxMHiA8zFVjJDhNl65XeYrhdMkzB+5dyrBUEZ982WU=
gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.0/go.mod h1:BsR4Y9jsvISplkW6UoLFRGxQX69/AUmP1SXRwWhx31o=
gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.2 h1:jRlVTikl73AL1y9OfYxdZ4OYG8Hkbl/8ezbwd9r5l44=
gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.2 h1:jRlVTikl73AL1y9OfYxdZ4OYG8Hkbl/8ezbwd9r5l44=
gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.2/go.mod h1:Vl5kzzMjpy1LGe+RUi2pTnZvZFP53Th4JChP9dbkOVk=
gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.2/go.mod h1:Vl5kzzMjpy1LGe+RUi2pTnZvZFP53Th4JChP9dbkOVk=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4 h1:/+fgcPeXqz5tRrT+EZXA2vGV+OWV9R+5hEBpRJUpp80=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4 h1:/+fgcPeXqz5tRrT+EZXA2vGV+OWV9R+5hEBpRJUpp80=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4/go.mod h1:36psT3WHelpcXWXVp8D33IXvUIpaAXEtrQYYOODUbjE=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4/go.mod h1:36psT3WHelpcXWXVp8D33IXvUIpaAXEtrQYYOODUbjE=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5 h1:PiDmw3O3UDubKILC+t7fKs+m9670a+b8SkrHq5Rkk9M=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5 h1:PiDmw3O3UDubKILC+t7fKs+m9670a+b8SkrHq5Rkk9M=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5/go.mod h1:HwXjaFUAxLv+qTN63xrPBO5DEVGuZNF859t29bhTsFQ=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5/go.mod h1:HwXjaFUAxLv+qTN63xrPBO5DEVGuZNF859t29bhTsFQ=
gitlab.schukai.com/oss/libraries/go/utilities/watch.git v0.4.2/go.mod h1:7Rv8r5eVw5FDRp/K3KlDmjNMrdj7JA7eC3o6s7JBcHU=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
...
...
This diff is collapsed.
Click to expand it.
source/vendor/modules.txt
+
0
−
12
View file @
2d7485b9
...
@@ -69,30 +69,18 @@ github.com/tdewolff/parse/v2/css
...
@@ -69,30 +69,18 @@ github.com/tdewolff/parse/v2/css
# github.com/volker-schukai/tokenizer v1.0.0
# github.com/volker-schukai/tokenizer v1.0.0
## explicit; go 1.13
## explicit; go 1.13
github.com/volker-schukai/tokenizer
github.com/volker-schukai/tokenizer
# gitlab.schukai.com/oss/libraries/go/application/configuration.git v1.22.9
## explicit; go 1.22.0
# gitlab.schukai.com/oss/libraries/go/application/xflags v1.16.3
## explicit; go 1.22
# gitlab.schukai.com/oss/libraries/go/application/xflags.git v1.16.5
# gitlab.schukai.com/oss/libraries/go/application/xflags.git v1.16.5
## explicit; go 1.22
## explicit; go 1.22
gitlab.schukai.com/oss/libraries/go/application/xflags.git
gitlab.schukai.com/oss/libraries/go/application/xflags.git
# gitlab.schukai.com/oss/libraries/go/markup/html v0.4.6
## explicit; go 1.22
# gitlab.schukai.com/oss/libraries/go/markup/html.git v0.4.7
# gitlab.schukai.com/oss/libraries/go/markup/html.git v0.4.7
## explicit; go 1.22
## explicit; go 1.22
gitlab.schukai.com/oss/libraries/go/markup/html.git/engine
gitlab.schukai.com/oss/libraries/go/markup/html.git/engine
# gitlab.schukai.com/oss/libraries/go/services/job-queues.git v1.20.2
## explicit; go 1.22
# gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.2
# gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.2
## explicit; go 1.22
## explicit; go 1.22
gitlab.schukai.com/oss/libraries/go/utilities/data.git
gitlab.schukai.com/oss/libraries/go/utilities/data.git
# gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4
## explicit; go 1.21
# gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5
# gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5
## explicit; go 1.21
## explicit; go 1.21
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git
# gitlab.schukai.com/oss/libraries/go/utilities/watch.git v0.4.2
## explicit; go 1.22
# golang.org/x/crypto v0.29.0
# golang.org/x/crypto v0.29.0
## explicit; go 1.20
## explicit; go 1.20
golang.org/x/crypto/bcrypt
golang.org/x/crypto/bcrypt
...
...
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