diff options
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 ) |