tractor.dev/toolkit-go@v0.0.0-20241010005851-214d91207d07/go.mod (about)

     1  module tractor.dev/toolkit-go
     2  
     3  go 1.21
     4  
     5  require (
     6  	github.com/fxamacker/cbor/v2 v2.5.0
     7  	github.com/hanwen/go-fuse/v2 v2.5.1
     8  	github.com/mitchellh/mapstructure v1.5.0
     9  	golang.org/x/net v0.17.0
    10  	golang.org/x/text v0.13.0
    11  )
    12  
    13  require (
    14  	github.com/x448/float16 v0.8.4 // indirect
    15  	golang.org/x/sys v0.13.0 // indirect
    16  )