diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-30 15:36:28 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-30 15:36:28 +0100 |
commit | e3be5b2a39a1e2b04adc1468f379e7f69aada669 (patch) | |
tree | c576bc858c7d1771f84129645cb895476872b00a /go.mod | |
parent | 1b799eb9f8cd415edd36a232ba8cca93de7730ed (diff) |
update go modules
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ go 1.14 require ( github.com/eclipse/paho.mqtt.golang v1.2.0 - golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect + golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect ) |