16 lines
581 B
Modula-2
16 lines
581 B
Modula-2
module github.com/jbowens/horsepaste
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
|
|
github.com/cockroachdb/errors v1.8.2 // indirect
|
|
github.com/cockroachdb/pebble v0.0.0-20221028164002-fd4988b3fe89
|
|
github.com/cockroachdb/redact v1.0.9 // indirect
|
|
github.com/getsentry/raven-go v0.2.0 // indirect
|
|
github.com/jbowens/dictionary v0.0.0-20160629041621-229cf68df1a6
|
|
github.com/kr/pretty v0.2.1
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/exp v0.0.0-20201229011636-eab1b5eb1a03 // indirect
|
|
)
|