mirror of
https://github.com/taigrr/shorturl
synced 2025-01-18 04:03:16 -08:00
* Changed URL format to shortuuid * Fixed drone CI failure * Moved database to Bitcask and some minor changes * Moved database to Bitcask and some minor changes * Delete coverage.txt
23 lines
882 B
Modula-2
23 lines
882 B
Modula-2
module github.com/prologic/shorturl
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/GeertJohan/go.rice v1.0.2
|
|
github.com/daaku/go.zipexe v1.0.1 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/lithammer/shortuuid v3.0.0+incompatible
|
|
github.com/namsral/flag v1.7.4-pre
|
|
github.com/prologic/bitcask v0.3.10
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/thoas/stats v0.0.0-20190407194641-965cb2de1678
|
|
github.com/unrolled/logger v0.0.0-20201216141554-31a3694fe979
|
|
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
|
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|