Skip to content

Commit

Permalink
update dep package
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuya OTA committed Jun 15, 2019
1 parent b2b2e5c commit d733b80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.12
require (
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/tennashi/tapiexec v0.0.0-20190615074702-3ec0f508af08
github.com/tennashi/tapiexec v0.0.0-20190615090639-f295aacd1cae
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
)
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 h1:kw1v0NlnN+GZcU8Ma8CLF2Zzgjfx95gs3/GN3vYAPpo=
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936/go.mod h1:r1VsdOzOPt1ZSrGZWFoNhsAedKnEd6r9Np1+5blZCWk=
github.com/shirou/gopsutil v2.18.12+incompatible h1:1eaJvGomDnH74/5cF4CTmTbLHAriGFsTZppLXDX93OM=
github.com/shirou/gopsutil v2.18.12+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
github.com/tennashi/tapiexec v0.0.0-20190611142809-b232801da606 h1:VX3dB3L/98aBbedxnnfTr0A0qwGw1UlOTpvXcVzpOHY=
github.com/tennashi/tapiexec v0.0.0-20190611142809-b232801da606/go.mod h1:R+3xhELYgNnV/riJA5mmYOJk/8UheKTT/HYgGwV2FRk=
github.com/tennashi/tapiexec v0.0.0-20190615074702-3ec0f508af08 h1:U1EvUXEYp7csFhbVAQkaHcIVHHDW12VaYad42PK4osA=
github.com/tennashi/tapiexec v0.0.0-20190615074702-3ec0f508af08/go.mod h1:R+3xhELYgNnV/riJA5mmYOJk/8UheKTT/HYgGwV2FRk=
github.com/tennashi/tapiexec v0.0.0-20190615090639-f295aacd1cae h1:NlsfgXlbUWjrEuyeAvqKoGtAS+EDeWGffi9vzZsVzfQ=
github.com/tennashi/tapiexec v0.0.0-20190615090639-f295aacd1cae/go.mod h1:R+3xhELYgNnV/riJA5mmYOJk/8UheKTT/HYgGwV2FRk=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 h1:58fnuSXlxZmFdJyvtTFVmVhcMLU6v5fEb/ok4wyqtNU=
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
Expand Down

0 comments on commit d733b80

Please sign in to comment.