Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HTML
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Go
Markup
HTML
Commits
466d378b
Verified
Commit
466d378b
authored
Mar 9, 2023
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: update libs
parent
9194fbcd
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+3
-3
3 additions, 3 deletions
go.mod
go.sum
+4
-0
4 additions, 0 deletions
go.sum
with
7 additions
and
3 deletions
go.mod
+
3
−
3
View file @
466d378b
module
gitlab.schukai.com/oss/libraries/go/markup/html
module
gitlab.schukai.com/oss/libraries/go/markup/html
go 1.
19
go 1.
20
require (
require (
github.com/andybalholm/cascadia
v1.3.1
github.com/andybalholm/cascadia
v1.3.1
github.com/stretchr/testify
v1.8.1
github.com/stretchr/testify
v1.8.1
gitlab.schukai.com/oss/libraries/go/utilities/data.git
v0.2.0
gitlab.schukai.com/oss/libraries/go/utilities/data.git
v0.2.0
golang.org/x/net
v0.
2
.0
golang.org/x/net
v0.
8
.0
)
)
require (
require (
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
github.com/pmezard/go-difflib
v1.0.0 // 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/pathfinder
v0.
4.0
// indirect
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder
v0.
5.2
// indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
)
)
This diff is collapsed.
Click to expand it.
go.sum
+
4
−
0
View file @
466d378b
...
@@ -19,9 +19,13 @@ gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.0 h1:JVxMHiA8zFVjJDh
...
@@ -19,9 +19,13 @@ gitlab.schukai.com/oss/libraries/go/utilities/data.git v0.2.0 h1:JVxMHiA8zFVjJDh
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.0/go.mod h1:
BsR4Y9jsvISplkW6UoLFRGxQX69/AUmP1SXRwWhx31o=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder
v0.4.0 h1:
eAEsq3lsHwMe5Zz71vNab5csPtp8S+i5zFPmNnDPFDg=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder
v0.4.0 h1:
eAEsq3lsHwMe5Zz71vNab5csPtp8S+i5zFPmNnDPFDg=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder
v0.4.0/go.mod h1:
UvdD4NAf3gLKYafabJD7e9ZCOetzM9JZ9y4GkZukPVU=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder
v0.4.0/go.mod h1:
UvdD4NAf3gLKYafabJD7e9ZCOetzM9JZ9y4GkZukPVU=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder
v0.5.2 h1:
R+dL2NJCM+AQNPK4DPDmfvx1eomi1Xb1dl0XKEFj7Ek=
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder
v0.5.2/go.mod h1:
UvdD4NAf3gLKYafabJD7e9ZCOetzM9JZ9y4GkZukPVU=
golang.org/x/net
v0.0.0-20210916014120-12bc252f5db8/go.mod h1:
9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net
v0.0.0-20210916014120-12bc252f5db8/go.mod h1:
9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net
v0.2.0 h1:
sZfSu1wtKLGlWI4ZZayP0ck9Y73K1ynO6gqzTdBVdPU=
golang.org/x/net
v0.2.0 h1:
sZfSu1wtKLGlWI4ZZayP0ck9Y73K1ynO6gqzTdBVdPU=
golang.org/x/net
v0.2.0/go.mod h1:
KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
golang.org/x/net
v0.2.0/go.mod h1:
KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
golang.org/x/net
v0.8.0 h1:
Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=
golang.org/x/net
v0.8.0/go.mod h1:
QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/sys
v0.0.0-20201119102817-f84b799fce68/go.mod h1:
h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys
v0.0.0-20201119102817-f84b799fce68/go.mod h1:
h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys
v0.0.0-20210423082822-04245dca01da/go.mod h1:
h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys
v0.0.0-20210423082822-04245dca01da/go.mod h1:
h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/term
v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:
bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term
v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:
bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
...
...
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