...

Text file src/oss.terrastruct.com/util-go/go.mod

Documentation: oss.terrastruct.com/util-go

     1module oss.terrastruct.com/util-go
     2
     3go 1.18
     4
     5require (
     6	github.com/creack/pty v1.1.18
     7	github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
     8	github.com/spf13/pflag v1.0.5
     9	go.uber.org/multierr v1.9.0
    10	golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
    11	golang.org/x/term v0.2.0
    12	golang.org/x/text v0.4.0
    13	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
    14)
    15
    16require (
    17	go.uber.org/atomic v1.7.0 // indirect
    18	golang.org/x/sys v0.2.0 // indirect
    19)

View as plain text