go.fuchsia.dev/jiri@v0.0.0-20240502161911-b66513b29486/go.mod (about)

     1  module go.fuchsia.dev/jiri
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/google/go-cmp v0.5.8
     7  	golang.org/x/net v0.0.0-20190909003024-a7b16738d86b
     8  	golang.org/x/sync v0.0.0-20190423024810-112230192c58
     9  	golang.org/x/term v0.6.0
    10  )
    11  
    12  require (
    13  	golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
    14  	golang.org/x/sys v0.6.0 // indirect
    15  )