github.com/llimllib/devd@v0.0.0-20230426145215-4d29fc25f909/go.mod (about)

     1  module github.com/llimllib/devd
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/GeertJohan/go.rice v1.0.0
     7  	github.com/cortesi/moddwatch v0.0.0-20190809041828-239a95c12d84
     8  	github.com/cortesi/termlog v0.0.0-20190809035425-7871d363854c
     9  	github.com/dustin/go-humanize v1.0.0
    10  	github.com/fatih/color v1.9.0
    11  	github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
    12  	github.com/gorilla/websocket v1.4.2
    13  	github.com/juju/ratelimit v1.0.1
    14  	github.com/mitchellh/go-homedir v1.1.0
    15  	github.com/toqueteos/webbrowser v1.2.0
    16  	golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
    17  	gopkg.in/alecthomas/kingpin.v2 v2.2.6
    18  )
    19  
    20  require (
    21  	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
    22  	github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
    23  	github.com/bmatcuk/doublestar v1.3.0 // indirect
    24  	github.com/daaku/go.zipexe v1.0.1 // indirect
    25  	github.com/google/go-cmp v0.5.9 // indirect
    26  	github.com/mattn/go-colorable v0.1.6 // indirect
    27  	github.com/mattn/go-isatty v0.0.12 // indirect
    28  	github.com/rjeczalik/notify v0.9.3 // indirect
    29  	github.com/stretchr/testify v1.8.0 // indirect
    30  	golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
    31  	golang.org/x/sys v0.0.0-20220907062415-87db552b00fd // indirect
    32  	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
    33  )