github.com/nikandfor/tlog@v0.21.5-0.20231108111739-3ef89426a96d/go.mod (about)

     1  module github.com/nikandfor/tlog
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/ClickHouse/clickhouse-go/v2 v2.10.1
     7  	github.com/bytedance/sonic v1.9.2 // indirect
     8  	github.com/fsnotify/fsnotify v1.6.0
     9  	github.com/gin-gonic/gin v1.9.1
    10  	github.com/go-playground/validator/v10 v10.14.1 // indirect
    11  	github.com/google/uuid v1.3.0
    12  	github.com/klauspost/cpuid/v2 v2.2.5 // indirect
    13  	github.com/kr/pretty v0.3.0 // indirect
    14  	github.com/nikandfor/assert v0.0.0-20230715221220-e6180ccf3482
    15  	github.com/nikandfor/cli v0.0.0-20230428202915-fdf5f3ba6b67
    16  	github.com/nikandfor/errors v0.8.0
    17  	github.com/nikandfor/graceful v0.0.0-20230428203120-c0dcdbcf0a88
    18  	github.com/nikandfor/hacked v0.0.0-20230429073333-a318d546207a
    19  	github.com/nikandfor/loc v0.5.0
    20  	github.com/rogpeppe/go-internal v1.8.0 // indirect
    21  	github.com/stretchr/testify v1.8.4
    22  	golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
    23  	golang.org/x/net v0.11.0 // indirect
    24  	golang.org/x/term v0.9.0
    25  	google.golang.org/protobuf v1.31.0 // indirect
    26  )