Added DependaBot config

This commit is contained in:
James Mills 2019-12-26 13:54:38 +10:00
parent 0c68ed5f58
commit 664dbdb49f
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
3 changed files with 7 additions and 0 deletions

5
.dependabot/config.yml Normal file
View File

@ -0,0 +1,5 @@
version: 1
update_configs:
- package_manager: "go:modules"
directory: "/"
update_schedule: "daily"

BIN
examples/client/client Executable file

Binary file not shown.

2
go.mod
View File

@ -6,3 +6,5 @@ require (
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
)
go 1.13