diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-23 16:57:46 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-23 16:57:46 +0100 |
commit | ceacceca1d01956a2a8576cc6fee6327808a8ef2 (patch) | |
tree | 8f91c7272417f6a3b0b88c66c4c0e88653ef375d /go.mod | |
parent | aa3450cf30be88ddd221911a44a85c2d1e96e7dd (diff) |
use versioned go modules instead of pseudo-versions
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -7,9 +7,6 @@ module go.eth.moe/catbus-wakeonlan go 1.14 require ( - github.com/eclipse/paho.mqtt.golang v1.2.0 - github.com/sirupsen/logrus v1.6.0 - go.eth.moe/catbus v0.0.0-20200623152511-b8209be849b8 - go.eth.moe/logger v0.0.0-20200623151751-52b7892858e7 - golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect + go.eth.moe/catbus v0.0.1 + go.eth.moe/logger v0.0.1 ) |