github.com/brandur/modulir@v0.0.0-20240305213423-94ee82929cbd/go.mod (about)

     1  module github.com/brandur/modulir
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.5.4
     7  	github.com/gorilla/websocket v1.5.0
     8  	github.com/logrusorgru/aurora v2.0.3+incompatible
     9  	github.com/patrickmn/go-cache v2.1.0+incompatible
    10  	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
    11  	github.com/stretchr/testify v1.8.4
    12  	github.com/yosssi/ace v0.0.5
    13  	golang.org/x/net v0.0.0-20220812174116-3211cb980234
    14  	golang.org/x/sys v0.0.0-20220818161305-2296e01440c6
    15  	golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
    16  	gopkg.in/russross/blackfriday.v2 v2.0.0
    17  	gopkg.in/yaml.v2 v2.4.0
    18  	gopkg.in/yaml.v3 v3.0.1 // indirect
    19  )
    20  
    21  require github.com/pelletier/go-toml/v2 v2.1.1
    22  
    23  require (
    24  	github.com/davecgh/go-spew v1.1.1 // indirect
    25  	github.com/pmezard/go-difflib v1.0.0 // indirect
    26  )