You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
845 B
23 lines
845 B
module github.com/mxschmitt/golang-url-shortener
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-contrib/sessions v0.0.3
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/gobuffalo/packr/v2 v2.8.1
|
|
github.com/mattn/goveralls v0.0.7 // indirect
|
|
github.com/mitchellh/gox v1.0.1 // indirect
|
|
github.com/mxschmitt/golang-env-struct v0.0.0-20181017075525-0c54aeca8397
|
|
github.com/pborman/uuid v1.2.1
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|
|
|