📤📚 A small utility to share content on the internet. Files are served raw, no transcoding or special magic. Uploading requires a password. https://picopublish.sequentialread.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
182 B

3 years ago
module git.sequentialread.com/forest/picopublish
go 1.16
require (
git.sequentialread.com/forest/pkg-errors v0.9.2 // indirect
github.com/shengdoushi/base58 v1.0.0 // indirect
)