github.com/wader/devd@v0.0.0-20221031103345-441c7e455249/go.mod (about)

     1  module github.com/wader/devd
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
     7  	github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
     8  	github.com/cortesi/moddwatch v0.0.0-20210323234936-df014e95c743
     9  	github.com/cortesi/termlog v0.0.0-20210222042314-a1eec763abec
    10  	github.com/davecgh/go-spew v1.1.1 // indirect
    11  	github.com/dustin/go-humanize v1.0.0
    12  	github.com/fatih/color v1.13.0
    13  	github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
    14  	github.com/gorilla/websocket v1.5.0
    15  	github.com/juju/ratelimit v1.0.2
    16  	github.com/kr/text v0.2.0 // indirect
    17  	github.com/mattn/go-colorable v0.1.13 // indirect
    18  	github.com/mitchellh/go-homedir v1.1.0
    19  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    20  	github.com/stretchr/testify v1.5.1 // indirect
    21  	github.com/toqueteos/webbrowser v1.2.0
    22  	golang.org/x/crypto v0.1.0 // indirect
    23  	golang.org/x/net v0.1.0
    24  	gopkg.in/alecthomas/kingpin.v2 v2.2.6
    25  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    26  	gopkg.in/yaml.v2 v2.2.8 // indirect
    27  )