mirror of
https://github.com/elyby/chrly.git
synced 2024-11-14 09:16:23 +05:30
3f81a0c18a
Implemented graceful server shutdown Extract records manipulating API into separate handlers group
61 lines
1.1 KiB
TOML
61 lines
1.1 KiB
TOML
ignored = ["github.com/elyby/chrly"]
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/mux"
|
|
version = "^1.6.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/mediocregopher/radix.v2"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/mono83/slf"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/cobra"
|
|
version = "^0.0.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/viper"
|
|
version = "^1.0.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/getsentry/raven-go"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/SermoDigital/jose"
|
|
version = "~1.1.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/thedevsaddam/govalidator"
|
|
version = "^1.9.6"
|
|
|
|
[[constraint]]
|
|
name = "github.com/tevino/abool"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/asaskevich/EventBus"
|
|
source = "https://github.com/erickskrauch/EventBus.git"
|
|
branch = "publish_nil_values"
|
|
|
|
[[constraint]]
|
|
name = "github.com/etherlabsio/healthcheck"
|
|
version = "2.0.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/goava/di"
|
|
branch = "master"
|
|
|
|
# Testing dependencies
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "^1.3.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/h2non/gock"
|
|
version = "^1.0.6"
|