1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00

module: don't use proxy, fix timestamps as Go 1.13 starts validating them

This commit is contained in:
cn
2019-07-08 08:52:19 +02:00
parent 22f796f22a
commit 72e47578bb
3 changed files with 12 additions and 4 deletions

8
go.mod
View File

@ -1,11 +1,13 @@
module miflorad
go 1.11
require (
github.com/coreos/go-systemd v0.0.0-20190702064352-e64a0ec8b42a // indirect
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fatih/structs v1.1.0 // indirect
github.com/go-ble/ble v0.0.0-20190515144946-e4c77014ff5a
github.com/go-ble/ble v0.0.0-20190513065955-e4c77014ff5a
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
@ -13,5 +15,5 @@ require (
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190702064405-da137c7871d7 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
)