github.com/n00py/Slackor@v0.0.0-20200610224921-d007fcea1740/go.mod (about)

     1  module github.com/n00py/Slackor
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
     7  	github.com/akavel/rsrc v0.8.0 // indirect
     8  	github.com/atotto/clipboard v0.1.2
     9  	github.com/bmatcuk/doublestar v1.1.3
    10  	github.com/dustin/go-humanize v1.0.0
    11  	github.com/gen2brain/shm v0.0.0-20180314170312-6c18ff7f8b90 // indirect
    12  	github.com/josephspurrier/goversioninfo v0.0.0-20190209210621-63e6d1acd3dd // indirect
    13  	github.com/kbinani/screenshot v0.0.0-20190719135742-f06580e30cdc
    14  	github.com/lxn/win v0.0.0-20190716185335-d1d36f0e4f48 // indirect
    15  	github.com/mattn/go-shellwords v1.0.5
    16  	github.com/miekg/dns v1.1.15
    17  	github.com/stretchr/testify v1.3.0
    18  	golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
    19  	golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
    20  	golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
    21  )