Robert Findley | 8b47d4e | 2022-07-25 16:11:43 -0400 | [diff] [blame] | 1 | github.com/yuin/goldmark v1.4.13 h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE= |
| 2 | github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= |
Robert Findley | 7600454 | 2022-07-25 16:09:28 -0400 | [diff] [blame] | 3 | golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= |
| 4 | golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= |
Gopher Robot | f91c023 | 2023-08-04 22:58:48 +0000 | [diff] [blame] | 5 | golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw= |
Robert Findley | 48a2cc8 | 2022-04-19 18:43:47 -0400 | [diff] [blame] | 6 | golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= |
Gopher Robot | d0863f0 | 2023-02-08 21:54:13 +0000 | [diff] [blame] | 7 | golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= |
Gopher Robot | 675bf3c | 2023-07-05 14:29:37 +0000 | [diff] [blame] | 8 | golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc= |
| 9 | golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= |
Robert Findley | 7600454 | 2022-07-25 16:09:28 -0400 | [diff] [blame] | 10 | golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |
| 11 | golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= |
Robert Findley | 8b47d4e | 2022-07-25 16:11:43 -0400 | [diff] [blame] | 12 | golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= |
Gopher Robot | d0863f0 | 2023-02-08 21:54:13 +0000 | [diff] [blame] | 13 | golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= |
Gopher Robot | 6219726 | 2023-05-08 17:00:16 +0000 | [diff] [blame] | 14 | golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= |
Gopher Robot | f91c023 | 2023-08-04 22:58:48 +0000 | [diff] [blame] | 15 | golang.org/x/net v0.14.0 h1:BONx9s002vGdD9umnlX1Po8vOZmrgH34qlHcD1MfK14= |
| 16 | golang.org/x/net v0.14.0/go.mod h1:PpSgVXXLK0OxS0F31C1/tv6XNguvCrnXIDrFMspZIUI= |
Robert Findley | 7600454 | 2022-07-25 16:09:28 -0400 | [diff] [blame] | 17 | golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |
Heschi Kreinick | f112c43 | 2022-10-20 17:36:10 +0000 | [diff] [blame] | 18 | golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |
Alan Donovan | 2b29c66 | 2022-11-03 14:55:29 -0400 | [diff] [blame] | 19 | golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |
Gopher Robot | 27dbf85 | 2023-06-14 15:46:54 +0000 | [diff] [blame] | 20 | golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= |
| 21 | golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= |
Robert Findley | 7600454 | 2022-07-25 16:09:28 -0400 | [diff] [blame] | 22 | golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
| 23 | golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |
Robert Findley | 7600454 | 2022-07-25 16:09:28 -0400 | [diff] [blame] | 24 | golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |
Peter Weinberger | 3d474c8 | 2022-03-30 14:48:29 -0400 | [diff] [blame] | 25 | golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |
Robert Findley | 8b47d4e | 2022-07-25 16:11:43 -0400 | [diff] [blame] | 26 | golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |
Gopher Robot | d0863f0 | 2023-02-08 21:54:13 +0000 | [diff] [blame] | 27 | golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |
Gopher Robot | 6219726 | 2023-05-08 17:00:16 +0000 | [diff] [blame] | 28 | golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |
Gopher Robot | f91c023 | 2023-08-04 22:58:48 +0000 | [diff] [blame] | 29 | golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM= |
| 30 | golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= |
Robert Findley | 7600454 | 2022-07-25 16:09:28 -0400 | [diff] [blame] | 31 | golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= |
Robert Findley | 8b47d4e | 2022-07-25 16:11:43 -0400 | [diff] [blame] | 32 | golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= |
Gopher Robot | d0863f0 | 2023-02-08 21:54:13 +0000 | [diff] [blame] | 33 | golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= |
Gopher Robot | 6219726 | 2023-05-08 17:00:16 +0000 | [diff] [blame] | 34 | golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= |
Gopher Robot | f91c023 | 2023-08-04 22:58:48 +0000 | [diff] [blame] | 35 | golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU= |
Robert Findley | 7600454 | 2022-07-25 16:09:28 -0400 | [diff] [blame] | 36 | golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= |
| 37 | golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= |
Rebecca Stambler | 9626607 | 2021-10-19 16:55:21 -0400 | [diff] [blame] | 38 | golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= |
Gopher Robot | d0863f0 | 2023-02-08 21:54:13 +0000 | [diff] [blame] | 39 | golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= |
Gopher Robot | c5f768a | 2023-04-06 16:39:17 +0000 | [diff] [blame] | 40 | golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= |
Gopher Robot | f91c023 | 2023-08-04 22:58:48 +0000 | [diff] [blame] | 41 | golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= |
Robert Findley | 7600454 | 2022-07-25 16:09:28 -0400 | [diff] [blame] | 42 | golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= |
| 43 | golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= |
Heschi Kreinick | f112c43 | 2022-10-20 17:36:10 +0000 | [diff] [blame] | 44 | golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= |
Gopher Robot | c0742f5 | 2023-03-05 03:03:55 +0000 | [diff] [blame] | 45 | golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= |
Robert Findley | 7600454 | 2022-07-25 16:09:28 -0400 | [diff] [blame] | 46 | golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= |