2025-08-08 21:44:31 +02:00
|
|
|
module code.squareroundforest.org/arpio/docreflect
|
|
|
|
|
|
|
|
go 1.24.3
|
|
|
|
|
|
|
|
require (
|
2025-08-23 21:23:03 +02:00
|
|
|
code.squareroundforest.org/arpio/notation v0.0.0-20241225183158-af3bd591a174
|
|
|
|
golang.org/x/mod v0.27.0
|
2025-08-08 21:44:31 +02:00
|
|
|
)
|
2025-08-23 21:23:03 +02:00
|
|
|
|
|
|
|
require github.com/aryszka/notation v0.0.0-20230129164653-172017dde5e4 // indirect
|