Files
pastebin/go.mod
T
2026-04-21 06:00:03 +02:00

20 lines
481 B
Modula-2

module github.com/skidoodle/pastebin
go 1.26.2
require (
github.com/alecthomas/chroma/v2 v2.23.1
github.com/stretchr/testify v1.10.0
go.etcd.io/bbolt v1.4.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.12.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.43.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)