Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,:
Expand Down
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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