diff --git a/.gitignore b/.gitignore index f1c181ec9c5c921245027c6b452ecfc1d3626364..930d57c530c3b22132b102a1bedaf90d62c285b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Binaries for programs and plugins +/bin/truststore *.exe *.exe~ *.dll @@ -10,3 +11,11 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# Others +*.swp +.travis-releases +coverage.txt +output +vendor +step diff --git a/Gopkg.lock b/Gopkg.lock index 17e2f19bf36729a7d08c364ca15d1b9d1e88f3aa..2d65e23a11b5289ede3cd63403a1be956570e89d 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -4,7 +4,7 @@ [[projects]] branch = "master" digest = "1:c10265d5a71326618d37e97169eddb3582f78e8ac7dcf87403b4cf619efd519a" - name = "github.com/DHowett/go-plist" + name = "howett.net/plist" packages = ["."] pruneopts = "UT" revision = "591f970eefbbeb04d7b37f334a0c4c3256e32876" @@ -12,6 +12,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - input-imports = ["github.com/DHowett/go-plist"] + input-imports = ["howett.net/plist"] solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index bfcdd0ebaf310fc798c65643bdc2b73aa93578b2..25d314f866695354058b2f9824ce1d6802109229 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -27,7 +27,7 @@ [[constraint]] branch = "master" - name = "github.com/DHowett/go-plist" + name = "howett.net/plist" [prune] go-tests = true diff --git a/truststore_darwin.go b/truststore_darwin.go index 49630afed557e10afcc59f45c9822ec3d7ad6ff6..bdc1f6c29b1ec7146a08a651f5163fd50f7e2bf7 100644 --- a/truststore_darwin.go +++ b/truststore_darwin.go @@ -12,7 +12,7 @@ import ( "os" "os/exec" - plist "github.com/DHowett/go-plist" + plist "howett.net/plist" ) var (