diff --git a/Readme.md b/Readme.md index b196a77..70801b3 100644 --- a/Readme.md +++ b/Readme.md @@ -19,7 +19,7 @@ To use sicher in your project, you need to install the go module as a library an Installing the library, ```shell -go get github.com/dsaOx/sicher +go get github.com/dsa0x/sicher ``` Installing the command line interface,: diff --git a/go.mod b/go.mod index cdb4fbc..243b313 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,6 @@ module github.com/dsa0x/sicher go 1.17 -require ( - github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b // indirect - golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect -) +require github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b + +require golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect