From 7a8d290785b8bfa89a4c1bc48ea58f3272fe3574 Mon Sep 17 00:00:00 2001 From: eltneg Date: Fri, 7 Jan 2022 12:29:25 +0100 Subject: [PATCH] Fix dsaOx typo --- Readme.md | 2 +- go.mod | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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