Skip to content

Commit

Permalink
hashutils v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Feb 11, 2023
1 parent 4914e40 commit 11f25b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/google/uuid v1.3.0
github.com/nothub/hashutils v0.2.0
github.com/nothub/hashutils v0.3.0
github.com/spf13/cobra v1.6.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7Pgzkat/bFNc=
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/nothub/hashutils v0.2.0 h1:Gj4D0KNCpmvl9mthaC0tm1Lua2VqL8OkAM3NkymEc8k=
github.com/nothub/hashutils v0.2.0/go.mod h1:nAmq0uaO7NHP5obrR5EpPhUEM8W8/uJbczWCQlzmCS4=
github.com/nothub/hashutils v0.3.0 h1:GCgn/vN6mjpZFd1U5s/lbYDmqXYPFqmGb+p+AdjCk8A=
github.com/nothub/hashutils v0.3.0/go.mod h1:nAmq0uaO7NHP5obrR5EpPhUEM8W8/uJbczWCQlzmCS4=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=
github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY=
Expand Down

0 comments on commit 11f25b6

Please sign in to comment.