Browse Source

fix go-yaml import

Alan Shreve 11 years ago
parent
commit
115c6eafa6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ngrok/client/config.go

+ 1 - 1
src/ngrok/client/config.go

@@ -2,7 +2,7 @@ package client
 
 import (
 	"fmt"
-	"github.com/go-yaml/go-yaml-v1"
+	"gopkg.in/yaml.v1"
 	"io/ioutil"
 	"net"
 	"net/url"