-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Update dependencies
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NAME=cronlocker | ||
VERSION=0.4.0 | ||
VERSION=0.5.0 | ||
ARCH=amd64 | ||
LICENSE="BSD 2-Clause License" | ||
MAINTAINER="Tobias Schoknecht <[email protected]>" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
cronlocker: | ||
image: cronlocker | ||
links: | ||
- 'cronlockerconsul:consul' | ||
cronlockerconsul: | ||
image: consul | ||
version: '3.3' | ||
|
||
services: | ||
cronlocker: | ||
image: cronlocker | ||
depends_on: | ||
- 'consul' | ||
|
||
consul: | ||
image: consul |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
module github.com/Barzahlen/cronlocker | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/armon/go-metrics v0.3.3 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/hashicorp/consul/api v1.4.0 | ||
github.com/hashicorp/go-hclog v0.14.1 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect | ||
github.com/hashicorp/go-msgpack v1.1.5 // indirect | ||
github.com/hashicorp/go-sockaddr v1.0.2 // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/serf v0.9.2 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/miekg/dns v1.1.29 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/mitchellh/mapstructure v1.3.2 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/stretchr/testify v1.6.1 // indirect | ||
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect | ||
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect | ||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect | ||
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.