github.com/LagrangeDev/LagrangeGo@v0.0.0-20240512064304-ad4a85e10cb4/go.mod (about)

     1  module github.com/LagrangeDev/LagrangeGo
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/RomiChan/protobuf v0.1.1-0.20230204044148-2ed269a2e54d
     7  	github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
     8  	github.com/fumiama/gofastTEA v0.0.10
     9  	github.com/fumiama/imgsz v0.0.4
    10  	github.com/fumiama/terasu v0.0.0-20240507144117-547a591149c0
    11  	github.com/mattn/go-colorable v0.1.13
    12  	github.com/pkg/errors v0.9.1
    13  	github.com/sirupsen/logrus v1.9.3
    14  	golang.org/x/net v0.25.0
    15  	golang.org/x/sync v0.7.0
    16  )
    17  
    18  require (
    19  	github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1 // indirect
    20  	github.com/mattn/go-isatty v0.0.20 // indirect
    21  	golang.org/x/image v0.16.0 // indirect
    22  	golang.org/x/sys v0.20.0 // indirect
    23  	golang.org/x/text v0.15.0 // indirect
    24  )