diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-12-12 15:15:03 +0000 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-12-12 15:15:03 +0000 |
commit | 22e5e73a044cd20084a8dcba0db2d2da9e9a7c01 (patch) | |
tree | 460018c2338b44e2f3157ac3adc5898614d9ccd8 /go.mod | |
parent | 8c3ec81e8400f1d43dc2ca6a65753be60cae8d80 (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,6 +7,6 @@ module go.eth.moe/catbus go 1.14 require ( - github.com/eclipse/paho.mqtt.golang v1.2.0 - golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect + github.com/eclipse/paho.mqtt.golang v1.3.0 + golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect ) |