2019-07-11 12:09:04 +00:00
|
|
|
module github.com/prologic/pastebin
|
|
|
|
|
2021-04-13 02:45:44 +00:00
|
|
|
go 1.16
|
2019-07-11 12:09:04 +00:00
|
|
|
|
|
|
|
require (
|
2021-04-13 02:45:44 +00:00
|
|
|
github.com/GeertJohan/go.rice v1.0.2
|
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2019-07-11 12:09:04 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/namsral/flag v1.7.4-pre
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-04-13 02:45:44 +00:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-07-11 12:09:04 +00:00
|
|
|
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
|
|
|
|
github.com/timewasted/go-accept-headers v0.0.0-20130320203746-c78f304b1b09
|
2021-04-13 02:45:44 +00:00
|
|
|
github.com/unrolled/logger v0.0.0-20201216141554-31a3694fe979
|
|
|
|
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
|
2019-07-11 12:09:04 +00:00
|
|
|
)
|