diff options
Diffstat (limited to 'util.go')
-rw-r--r-- | util.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,12 +3,12 @@ package main import ( "encoding/json" "fmt" - "log" "strings" "time" uuid "github.com/google/uuid" consul "github.com/hashicorp/consul/api" + log "github.com/sirupsen/logrus" ) func dnToConsul(dn string) (string, error) { |