mirror of
https://github.com/taigrr/shorturl
synced 2025-01-18 04:03:16 -08:00
26 lines
1.0 KiB
Modula-2
26 lines
1.0 KiB
Modula-2
module github.com/prologic/shorturl
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.4.8 // indirect
|
|
github.com/GeertJohan/go.rice v1.0.2
|
|
github.com/Sereal/Sereal v0.0.0-20200820125258-a016b7cda3f3 // indirect
|
|
github.com/asdine/storm v2.1.2+incompatible
|
|
github.com/daaku/go.zipexe v1.0.1 // indirect
|
|
github.com/golang/protobuf v1.5.1 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/namsral/flag v1.7.4-pre
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
|
|
github.com/unrolled/logger v0.0.0-20201216141554-31a3694fe979
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
|
go.etcd.io/bbolt v1.3.5 // indirect
|
|
golang.org/x/net v0.0.0-20191105084925-a882066a44e0 // indirect
|
|
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|