18 lines
626 B
Modula-2
18 lines
626 B
Modula-2
|
module github.com/prologic/pastebin
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/GeertJohan/go.rice v1.0.0
|
||
|
github.com/google/uuid v1.1.1 // indirect
|
||
|
github.com/julienschmidt/httprouter v1.2.0
|
||
|
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
|
||
|
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
|
||
|
github.com/renstrom/shortuuid v3.0.0+incompatible
|
||
|
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
|
||
|
github.com/timewasted/go-accept-headers v0.0.0-20130320203746-c78f304b1b09
|
||
|
github.com/unrolled/logger v0.0.0-20190327162521-be1a2406c7c9
|
||
|
)
|