github.com/IRelaxxx/servefiles/v3@v3.4.6/go.mod (about)

     1  module github.com/IRelaxxx/servefiles/v3
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/gin-gonic/gin v1.6.3
     7  	github.com/labstack/echo/v4 v4.1.17
     8  	github.com/onsi/gomega v1.10.3
     9  	github.com/rickb777/path v0.15.0
    10  	github.com/spf13/afero v1.4.1
    11  )