Skip to content

Commit

Permalink
Update go mod (#36)
Browse files Browse the repository at this point in the history
* Update go mod
  • Loading branch information
blacs30 committed Aug 22, 2020
1 parent af5d27e commit c02fc72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/pschlump/markdown-cli v0.0.0-20190302144029-1852bd2b9884 // indirect
github.com/soellman/pidfile v0.0.0-20160225184504-d482c905736b
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect
Expand Down
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 h1:Yl0tPBa8QPjG
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852/go.mod h1:eqOVx5Vwu4gd2mmMZvVZsgIqNSaW3xxRThUJ0k/TPk4=
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/pschlump/lexie v0.0.0-20171018140910-163c2415e433 h1:2/doBq01ukmRY0qVKmmX+8eRsaZ/GDqB5y3OfGrzBls=
github.com/pschlump/lexie v0.0.0-20171018140910-163c2415e433/go.mod h1:vtXhOOwdLEFeU5fyUXmzwKydcwvw7eCFmUVyZzVh6jo=
github.com/pschlump/markdown-cli v0.0.0-20190302144029-1852bd2b9884 h1:7reJtVvAtQjYFiG3aIdmF91onhi2V9cg5fef7aKaqow=
github.com/pschlump/markdown-cli v0.0.0-20190302144029-1852bd2b9884/go.mod h1:ss7xThlrSPMDjyDoxqvXwZjJO5M1PRaeVMZOe6hdG14=
github.com/russross/blackfriday v2.0.0+incompatible h1:cBXrhZNUf9C+La9/YpS+UHpUT8YD6Td9ZMSU9APFcsk=
github.com/russross/blackfriday v2.0.0+incompatible/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/soellman/pidfile v0.0.0-20160225184504-d482c905736b h1:iIk2ziBApy8Qf6KuoKoVqFOYCmQICxsrRNyry/IQH1k=
github.com/soellman/pidfile v0.0.0-20160225184504-d482c905736b/go.mod h1:Cl3hBycyq3EjWqsRkNkbhDKYiB7SEfwRIXLKDcULwb4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit c02fc72

Please sign in to comment.