go-paste/go.mod

34 lines
1.3 KiB
Modula-2
Raw Normal View History

2020-03-23 19:26:27 -06:00
module sour.is/x/paste
go 1.14
require (
2020-09-04 17:18:58 -06:00
github.com/99designs/gqlgen v0.12.2
github.com/andybalholm/brotli v1.0.0
2020-10-30 11:08:04 -06:00
github.com/dgraph-io/badger v1.6.2 // indirect
github.com/dgraph-io/ristretto v0.0.3 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
2020-03-23 19:26:27 -06:00
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
2020-09-04 17:18:58 -06:00
github.com/go-swagger/go-swagger v0.25.0
github.com/golang/gddo v0.0.0-20200831202555-721e228c7686 // indirect
2020-10-30 11:08:04 -06:00
github.com/golang/protobuf v1.4.3 // indirect
github.com/gomarkdown/markdown v0.0.0-20200824053859-8c8b3816f167
2020-09-04 17:18:58 -06:00
github.com/gorilla/mux v1.8.0
github.com/h2non/filetype v1.1.0
2020-10-22 21:17:16 -06:00
github.com/hashicorp/golang-lru v0.5.1
github.com/lucasb-eyer/go-colorful v1.0.3
2020-09-04 17:18:58 -06:00
github.com/remyoudompheng/go-liblzma v0.0.0-20190506200333-81bf2d431b96
2020-10-17 10:32:03 -06:00
github.com/sour-is/crypto v0.0.0-20201016232853-f42a24ba5a81
2020-03-23 19:26:27 -06:00
github.com/sour-is/go-assetfs v1.0.0
2020-09-04 17:18:58 -06:00
github.com/spf13/viper v1.7.1
2020-10-30 11:08:04 -06:00
github.com/timshannon/badgerhold v1.0.0
2020-10-17 10:32:03 -06:00
github.com/tv42/zbase32 v0.0.0-20190604154422-aacc64a8f915
2020-09-04 17:18:58 -06:00
github.com/vektah/dataloaden v0.3.0
2023-10-14 07:54:05 -06:00
github.com/yeqown/go-qrcode/v2 v2.2.2
github.com/yeqown/go-qrcode/writer/standard v1.2.2
2020-10-22 21:17:16 -06:00
go.uber.org/ratelimit v0.1.0
2023-10-14 07:54:05 -06:00
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/sys v0.13.0
2020-09-04 17:18:58 -06:00
sour.is/x/toolbox v0.12.17
2020-03-23 19:26:27 -06:00
)