github.com/nikandfor/tlog@v0.21.3/go.mod (about)

     1  module github.com/nikandfor/tlog
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.6.0
     7  	github.com/gin-gonic/gin v1.9.0
     8  	github.com/nikandfor/assert v0.0.0-20221129185021-704c04a067ef
     9  	github.com/nikandfor/cli v0.0.0-20230428202915-fdf5f3ba6b67
    10  	github.com/nikandfor/errors v0.8.0
    11  	github.com/nikandfor/graceful v0.0.0-20230428203120-c0dcdbcf0a88
    12  	github.com/nikandfor/hacked v0.0.0-20230429073333-a318d546207a
    13  	github.com/nikandfor/loc v0.5.0
    14  	github.com/stretchr/testify v1.8.1
    15  	golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
    16  	golang.org/x/term v0.7.0
    17  )