bovarys.me/fudge@v0.4.0/go.mod (about)

     1  module bovarys.me/fudge
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/alecthomas/chroma v0.6.7
     7  	github.com/dustin/go-humanize v1.0.0
     8  	github.com/gorilla/handlers v1.4.1
     9  	github.com/gorilla/mux v1.7.3
    10  	gopkg.in/src-d/go-git.v4 v4.13.1
    11  	gopkg.in/yaml.v2 v2.2.4
    12  )