github.com/mvdan/u-root-coreutils@v0.0.0-20230122170626-c2eef2898555/go.mod (about)

     1  module github.com/mvdan/u-root-coreutils
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4
     7  	github.com/beevik/ntp v0.3.0
     8  	github.com/cenkalti/backoff/v4 v4.1.3
     9  	github.com/creack/pty v1.1.15
    10  	github.com/davecgh/go-spew v1.1.1
    11  	github.com/dustin/go-humanize v1.0.0
    12  	github.com/gliderlabs/ssh v0.1.2-0.20181113160402-cbabf5414432
    13  	github.com/gojuno/minimock/v3 v3.0.8
    14  	github.com/google/go-cmp v0.5.6
    15  	github.com/google/go-tpm v0.3.3
    16  	github.com/google/goexpect v0.0.0-20191001010744-5b6988669ffa
    17  	github.com/google/uuid v1.3.0
    18  	github.com/insomniacslk/dhcp v0.0.0-20211209223715-7d93572ebe8e
    19  	github.com/intel-go/cpuid v0.0.0-20200819041909-2aa72927c3e2
    20  	github.com/kevinburke/ssh_config v1.1.0
    21  	github.com/klauspost/compress v1.10.6
    22  	github.com/klauspost/pgzip v1.2.4
    23  	github.com/kr/pty v1.1.8
    24  	github.com/nanmu42/limitio v1.0.0
    25  	github.com/orangecms/go-framebuffer v0.0.0-20200613202404-a0700d90c330
    26  	github.com/pborman/getopt/v2 v2.1.0
    27  	github.com/pierrec/lz4/v4 v4.1.14
    28  	github.com/rck/unit v0.0.3
    29  	github.com/rekby/gpt v0.0.0-20200219180433-a930afbc6edc
    30  	github.com/safchain/ethtool v0.0.0-20200218184317-f459e2d13664
    31  	github.com/spf13/pflag v1.0.5
    32  	github.com/u-root/gobusybox/src v0.0.0-20221229083637-46b2883a7f90
    33  	github.com/u-root/iscsinl v0.1.1-0.20210528121423-84c32645822a
    34  	github.com/u-root/prompt v0.0.0-20221110083427-a2ad3c8339a8
    35  	github.com/ulikunitz/xz v0.5.8
    36  	github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54
    37  	github.com/vtolstov/go-ioctl v0.0.0-20151206205506-6be9cced4810
    38  	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
    39  	golang.org/x/sys v0.1.0
    40  	golang.org/x/term v0.1.0
    41  	golang.org/x/text v0.4.0
    42  	golang.org/x/tools v0.1.12
    43  	gopkg.in/yaml.v2 v2.2.8
    44  	mvdan.cc/sh/v3 v3.4.1
    45  	pack.ag/tftp v1.0.1-0.20181129014014-07909dfbde3c
    46  	src.elv.sh v0.16.0-rc1.0.20220116211855-fda62502ad7f
    47  )
    48  
    49  require (
    50  	github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
    51  	github.com/cloudflare/circl v1.1.0 // indirect
    52  	github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2 // indirect
    53  	github.com/hashicorp/errwrap v1.0.0 // indirect
    54  	github.com/hashicorp/go-multierror v1.1.1 // indirect
    55  	github.com/jsimonetti/rtnetlink v0.0.0-20201110080708-d2c240429e6c // indirect
    56  	github.com/kaey/framebuffer v0.0.0-20140402104929-7b385489a1ff // indirect
    57  	github.com/mattn/go-colorable v0.1.7 // indirect
    58  	github.com/mattn/go-isatty v0.0.14 // indirect
    59  	github.com/mattn/go-runewidth v0.0.9 // indirect
    60  	github.com/mattn/go-tty v0.0.3 // indirect
    61  	github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect
    62  	github.com/mdlayher/netlink v1.1.1 // indirect
    63  	github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect
    64  	github.com/pkg/term v1.2.0-beta.2 // indirect
    65  	github.com/pmezard/go-difflib v1.0.0 // indirect
    66  	github.com/u-root/uio v0.0.0-20220204230159-dac05f7d2cb4 // indirect
    67  	github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
    68  	golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
    69  	golang.org/x/net v0.1.0 // indirect
    70  	golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
    71  	golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
    72  	google.golang.org/grpc v1.27.1 // indirect
    73  )
    74  
    75  retract (
    76  	// Published v7 too early (before migrating to go modules)
    77  	v7.0.0+incompatible
    78  	// Published v6 too early (before migrating to go modules)
    79  	v6.0.0+incompatible
    80  	// Published v5 too early (before migrating to go modules)
    81  	v5.0.0+incompatible
    82  	// Published v4 too early (before migrating to go modules)
    83  	v4.0.0+incompatible
    84  	// Published v3 too early (before migrating to go modules)
    85  	v3.0.0+incompatible
    86  	// Published v2 too early (before migrating to go modules)
    87  	v2.0.0+incompatible
    88  	// Published v1 too early (before migrating to go modules)
    89  	[v1.0.0, v1.0.1]
    90  )