1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

added gomod

This commit is contained in:
Matthias Hannig 2019-07-18 13:36:28 +02:00
parent 582b405011
commit dcb581e60e
No known key found for this signature in database
GPG key ID: 62E226E47DDCE58D
2 changed files with 26 additions and 0 deletions

13
go.mod Normal file
View file

@ -0,0 +1,13 @@
module github.com/alice-lg/birdwatcher
go 1.12
require (
github.com/BurntSushi/toml v0.3.0
github.com/go-redis/redis v6.15.2+incompatible
github.com/gorilla/handlers v1.3.0
github.com/imdario/mergo v0.3.5
github.com/julienschmidt/httprouter v1.1.0
github.com/kr/text v0.1.0
github.com/tonnerre/golang-pretty v0.0.0-20130925195953-e7fccc03e91b
)

13
go.sum Normal file
View file

@ -0,0 +1,13 @@
github.com/BurntSushi/toml v0.3.0 h1:e1/Ivsx3Z0FVTV0NSOv/aVgbUWyQuzj7DDnFblkRvsY=
github.com/BurntSushi/toml v0.3.0/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/go-redis/redis v6.15.2+incompatible h1:9SpNVG76gr6InJGxoZ6IuuxaCOQwDAhzyXg+Bs+0Sb4=
github.com/go-redis/redis v6.15.2+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA=
github.com/gorilla/handlers v1.3.0 h1:tsg9qP3mjt1h4Roxp+M1paRjrVBfPSOpBuVclh6YluI=
github.com/gorilla/handlers v1.3.0/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ=
github.com/imdario/mergo v0.3.5 h1:JboBksRwiiAJWvIYJVo46AfV+IAIKZpfrSzVKj42R4Q=
github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
github.com/julienschmidt/httprouter v1.1.0 h1:7wLdtIiIpzOkC9u6sXOozpBauPdskj3ru4EI5MABq68=
github.com/julienschmidt/httprouter v1.1.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/tonnerre/golang-pretty v0.0.0-20130925195953-e7fccc03e91b/go.mod h1:s4hDrlxPLfC2F0qhb5JA3nTfR6R/u60pZNNPKYWl83c=