LabCodeHub öffentliche Ansicht
Anmelden
Küpper / Quildrop öffentlich
Branch: main
Quildrop / go.mod
Verlauf Rohdaten
R Rüdiger Küpper fix: first commit
06fa7c25 vor 6 Monaten
go.mod 12 Zeilen · 384 B · Go
1
module github.com/ruedigerp/newblog
2
3
go 1.25.4
4
5
require (
6
	github.com/alecthomas/chroma/v2 v2.23.1 // indirect
7
	github.com/dlclark/regexp2 v1.11.5 // indirect
8
	github.com/yuin/goldmark v1.7.16 // indirect
9
	github.com/yuin/goldmark-emoji v1.0.6 // indirect
10
	github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc // indirect
11
	gopkg.in/yaml.v3 v3.0.1 // indirect
12
)