Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

jargo: v1.0.1 #41

Merged
merged 1 commit into from
Sep 27, 2021
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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mcoops/deplist
go 1.13

require (
github.com/mcoops/jargo v0.0.0-20210421021107-8a7c97c9fc53
github.com/mcoops/jargo v1.0.1
golang.org/x/mod v0.3.0
golang.org/x/tools v0.0.0-20201223010750-3fa0e8f87c1a
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/mcoops/jargo v0.0.0-20210421020551-3a62b19becd9 h1:OMfYen7su1IM7INow4
github.com/mcoops/jargo v0.0.0-20210421020551-3a62b19becd9/go.mod h1:iSH9HuMFpODf8aG84m6UNrw3tULVYLKWl68rQcYxyiE=
github.com/mcoops/jargo v0.0.0-20210421021107-8a7c97c9fc53 h1:2rp0izvEiPOVKnFvWYoxIa4ews9BobHLjtt5tAWT6xw=
github.com/mcoops/jargo v0.0.0-20210421021107-8a7c97c9fc53/go.mod h1:iSH9HuMFpODf8aG84m6UNrw3tULVYLKWl68rQcYxyiE=
github.com/mcoops/jargo v1.0.1 h1:CZTY1yUK34QcZWS/ZXPx8eFImqm4GzTuXDVIvJEYOgQ=
github.com/mcoops/jargo v1.0.1/go.mod h1:iSH9HuMFpODf8aG84m6UNrw3tULVYLKWl68rQcYxyiE=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down